File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- require 'json'
4- require 'open-uri'
3+ # use Kernel.require as a workaround per https://github.com/bundler/bundler/issues/5346
4+ Kernel . require 'json'
5+ Kernel . require 'open-uri'
56version = JSON . parse ( open ( 'https://pages.github.com/versions.json' ) . read )
67
78ruby version [ 'ruby' ]
89gem 'github-pages' , version [ 'github-pages' ] , group : :jekyll_plugins
910gem 'html-proofer' , group : :htmlproofer
10- gem 'json' , group : :travis_ci # requiring json a second time fixes Travis CI builds
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ PLATFORMS
209209DEPENDENCIES
210210 github-pages (= 116 )
211211 html-proofer
212- json
213212
214213RUBY VERSION
215214 ruby 2.3.3p222
You can’t perform that action at this time.
0 commit comments