Skip to content

Commit

Permalink
Gemfiles: Revert HTMLProofer upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wbnns committed May 9, 2017
1 parent 4926434 commit 3543af2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ end
## you can put whatever you want here and bundler will tell us humans to
## install the new Gems.
group :slow_test do
gem 'html-proofer', '3.6.0'
gem 'html-proofer', '2.1.0'
end
37 changes: 9 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,24 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
activesupport (4.2.8)
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)
addressable (2.4.0)
colorator (0.1)
colored (1.2)
commonjs (0.2.7)
ethon (0.10.1)
ethon (0.8.0)
ffi (>= 1.3.0)
execjs (2.6.0)
ffi (1.9.10)
ffi-icu (0.1.10)
ffi (~> 1.0, >= 1.0.9)
html-proofer (3.6.0)
activesupport (>= 4.2, < 6.0)
html-proofer (2.1.0)
addressable (~> 2.3)
colored (~> 1.2)
mercenary (~> 0.3.2)
nokogiri (~> 1.5)
parallel (~> 1.3)
typhoeus (~> 0.7)
yell (~> 2.0)
i18n (0.8.1)
jekyll (3.0.1)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
Expand Down Expand Up @@ -55,13 +47,11 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
mini_portile2 (2.1.0)
minitest (5.10.1)
mini_portile2 (2.0.0)
multi_json (1.11.2)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
parallel (1.11.2)
public_suffix (2.0.5)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
parallel (1.6.1)
rake (10.4.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
Expand All @@ -73,29 +63,20 @@ GEM
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
yell (2.0.7)
yell (2.0.5)

PLATFORMS
ruby

DEPENDENCIES
RedCloth
ffi-icu
html-proofer (= 3.6.0)
html-proofer (= 2.1.0)
jekyll (~> 3.0)
jshintrb (~> 0.3.0)
json
kramdown
less (= 2.4.0)
therubyracer

RUBY VERSION
ruby 2.0.0p648

BUNDLED WITH
1.13.7

0 comments on commit 3543af2

Please sign in to comment.