Skip to content

Commit 3339347

Browse files
authored
Merge pull request #927 from SethTisue/html-proofer-update
get `bundle install` working again
2 parents 63a4514 + 86f8bb4 commit 3339347

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.1.4)
4+
activesupport (5.2.0)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
6+
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
@@ -13,18 +13,18 @@ GEM
1313
concurrent-ruby (1.0.5)
1414
ethon (0.11.0)
1515
ffi (>= 1.3.0)
16-
ffi (1.9.18)
16+
ffi (1.9.25)
1717
forwardable-extended (2.6.0)
18-
html-proofer (3.8.0)
18+
html-proofer (3.9.1)
1919
activesupport (>= 4.2, < 6.0)
2020
addressable (~> 2.3)
2121
colorize (~> 0.8)
2222
mercenary (~> 0.3.2)
23-
nokogiri (~> 1.8.2)
23+
nokogiri (~> 1.8.1)
2424
parallel (~> 1.3)
2525
typhoeus (~> 1.3)
2626
yell (~> 2.0)
27-
i18n (0.9.3)
27+
i18n (1.0.1)
2828
concurrent-ruby (~> 1.0)
2929
jekyll (3.5.2)
3030
addressable (~> 2.4)
@@ -50,13 +50,13 @@ GEM
5050
rb-inotify (~> 0.9, >= 0.9.7)
5151
mercenary (0.3.6)
5252
mini_portile2 (2.3.0)
53-
minitest (5.11.2)
54-
nokogiri (1.8.1)
53+
minitest (5.11.3)
54+
nokogiri (1.8.4)
5555
mini_portile2 (~> 2.3.0)
5656
parallel (1.12.1)
5757
pathutil (0.14.0)
5858
forwardable-extended (~> 2.6)
59-
public_suffix (3.0.0)
59+
public_suffix (3.0.2)
6060
rack (1.6.5)
6161
rack-jekyll (0.5.0)
6262
jekyll (>= 1.3)
@@ -76,7 +76,7 @@ GEM
7676
thread_safe (0.3.6)
7777
typhoeus (1.3.0)
7878
ethon (>= 0.9.0)
79-
tzinfo (1.2.4)
79+
tzinfo (1.2.5)
8080
thread_safe (~> 0.1)
8181
yell (2.0.7)
8282

0 commit comments

Comments
 (0)