Gemfiles: Revert HTMLProofer upgrade

This commit is contained in:
Will Binns 2017-05-09 01:45:24 -06:00
parent 4926434a48
commit 3543af2a3b
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
2 changed files with 10 additions and 29 deletions

View file

@ -29,5 +29,5 @@ end
## you can put whatever you want here and bundler will tell us humans to ## you can put whatever you want here and bundler will tell us humans to
## install the new Gems. ## install the new Gems.
group :slow_test do group :slow_test do
gem 'html-proofer', '3.6.0' gem 'html-proofer', '2.1.0'
end end

View file

@ -2,24 +2,17 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
RedCloth (4.2.9) RedCloth (4.2.9)
activesupport (4.2.8) addressable (2.4.0)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
colorator (0.1) colorator (0.1)
colored (1.2) colored (1.2)
commonjs (0.2.7) commonjs (0.2.7)
ethon (0.10.1) ethon (0.8.0)
ffi (>= 1.3.0) ffi (>= 1.3.0)
execjs (2.6.0) execjs (2.6.0)
ffi (1.9.10) ffi (1.9.10)
ffi-icu (0.1.10) ffi-icu (0.1.10)
ffi (~> 1.0, >= 1.0.9) ffi (~> 1.0, >= 1.0.9)
html-proofer (3.6.0) html-proofer (2.1.0)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3) addressable (~> 2.3)
colored (~> 1.2) colored (~> 1.2)
mercenary (~> 0.3.2) mercenary (~> 0.3.2)
@ -27,7 +20,6 @@ GEM
parallel (~> 1.3) parallel (~> 1.3)
typhoeus (~> 0.7) typhoeus (~> 0.7)
yell (~> 2.0) yell (~> 2.0)
i18n (0.8.1)
jekyll (3.0.1) jekyll (3.0.1)
colorator (~> 0.1) colorator (~> 0.1)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 1.0)
@ -55,13 +47,11 @@ GEM
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
mercenary (0.3.5) mercenary (0.3.5)
mini_portile2 (2.1.0) mini_portile2 (2.0.0)
minitest (5.10.1)
multi_json (1.11.2) multi_json (1.11.2)
nokogiri (1.6.8.1) nokogiri (1.6.7.1)
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.0.0.rc2)
parallel (1.11.2) parallel (1.6.1)
public_suffix (2.0.5)
rake (10.4.2) rake (10.4.2)
rb-fsevent (0.9.7) rb-fsevent (0.9.7)
rb-inotify (0.9.5) rb-inotify (0.9.5)
@ -73,12 +63,9 @@ GEM
therubyracer (0.12.2) therubyracer (0.12.2)
libv8 (~> 3.16.14.0) libv8 (~> 3.16.14.0)
ref ref
thread_safe (0.3.6)
typhoeus (0.8.0) typhoeus (0.8.0)
ethon (>= 0.8.0) ethon (>= 0.8.0)
tzinfo (1.2.3) yell (2.0.5)
thread_safe (~> 0.1)
yell (2.0.7)
PLATFORMS PLATFORMS
ruby ruby
@ -86,16 +73,10 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
RedCloth RedCloth
ffi-icu ffi-icu
html-proofer (= 3.6.0) html-proofer (= 2.1.0)
jekyll (~> 3.0) jekyll (~> 3.0)
jshintrb (~> 0.3.0) jshintrb (~> 0.3.0)
json json
kramdown kramdown
less (= 2.4.0) less (= 2.4.0)
therubyracer therubyracer
RUBY VERSION
ruby 2.0.0p648
BUNDLED WITH
1.13.7