From 2f522ff04b51569157ddcb36b37ff0ffb43c0a36 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 15 Jan 2018 09:55:28 +0000 Subject: docs: update gems. - check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits --- docs/Gemfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/Gemfile') 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" -- cgit v1.2.3