aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorMike McQuaid2018-01-15 09:55:28 +0000
committerMike McQuaid2018-01-15 09:55:28 +0000
commit2f522ff04b51569157ddcb36b37ff0ffb43c0a36 (patch)
tree0f454ee98df5931faff346b42cc0323360358928 /docs/Gemfile
parent85f7b04efe6fbfa8a2aceb4c54dd90b29d6dd4d2 (diff)
downloadbrew-2f522ff04b51569157ddcb36b37ff0ffb43c0a36.tar.bz2
docs: update gems.
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
index fac2f802d..0c8671cde 100644
--- a/docs/Gemfile
+++ b/docs/Gemfile
@@ -1,6 +1,3 @@
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
-
-# Nokogiri >=1.7 requires Ruby >=2.1
-gem "nokogiri", "<1.7"