Skip to content

Commit 7375ca2

Browse files
author
exoego
committed
Revert gemfile.lock accidentally committed
1 parent f9ab9e5 commit 7375ca2

File tree

1 file changed

+31
-44
lines changed

1 file changed

+31
-44
lines changed

Gemfile.lock

Lines changed: 31 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,83 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.1.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
6+
i18n (~> 0.7)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
10-
public_suffix (>= 2.0.2, < 4.0)
9+
addressable (2.5.1)
10+
public_suffix (~> 2.0, >= 2.0.2)
1111
colorator (1.1.0)
1212
colorize (0.8.1)
1313
concurrent-ruby (1.0.5)
14-
em-websocket (0.5.1)
15-
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
1714
ethon (0.11.0)
1815
ffi (>= 1.3.0)
19-
eventmachine (1.2.5)
20-
eventmachine (1.2.5-x64-mingw32)
21-
ffi (1.9.23)
22-
ffi (1.9.23-x64-mingw32)
16+
ffi (1.9.18)
2317
forwardable-extended (2.6.0)
24-
html-proofer (3.8.0)
18+
html-proofer (3.7.5)
2519
activesupport (>= 4.2, < 6.0)
2620
addressable (~> 2.3)
2721
colorize (~> 0.8)
2822
mercenary (~> 0.3.2)
29-
nokogiri (~> 1.8.1)
23+
nokogiri (~> 1.7)
3024
parallel (~> 1.3)
31-
typhoeus (~> 1.3)
25+
typhoeus (~> 0.7)
3226
yell (~> 2.0)
33-
http_parser.rb (0.6.0)
34-
i18n (0.9.5)
27+
i18n (0.9.1)
3528
concurrent-ruby (~> 1.0)
36-
jekyll (3.8.0)
29+
jekyll (3.5.1)
3730
addressable (~> 2.4)
3831
colorator (~> 1.0)
39-
em-websocket (~> 0.5)
40-
i18n (~> 0.7)
4132
jekyll-sass-converter (~> 1.0)
42-
jekyll-watch (~> 2.0)
43-
kramdown (~> 1.14)
33+
jekyll-watch (~> 1.1)
34+
kramdown (~> 1.3)
4435
liquid (~> 4.0)
4536
mercenary (~> 0.3.3)
4637
pathutil (~> 0.9)
47-
rouge (>= 1.7, < 4)
38+
rouge (~> 1.7)
4839
safe_yaml (~> 1.0)
49-
jekyll-redirect-from (0.13.0)
40+
jekyll-redirect-from (0.12.1)
5041
jekyll (~> 3.3)
51-
jekyll-sass-converter (1.5.2)
42+
jekyll-sass-converter (1.5.0)
5243
sass (~> 3.4)
5344
jekyll-scalafiddle (1.0.1)
5445
jekyll (~> 3.0)
55-
jekyll-watch (2.0.0)
56-
listen (~> 3.0)
57-
kramdown (1.16.2)
46+
jekyll-watch (1.5.0)
47+
listen (~> 3.0, < 3.1)
48+
kramdown (1.14.0)
5849
liquid (4.0.0)
59-
listen (3.1.5)
50+
listen (3.0.8)
6051
rb-fsevent (~> 0.9, >= 0.9.4)
6152
rb-inotify (~> 0.9, >= 0.9.7)
62-
ruby_dep (~> 1.2)
6353
mercenary (0.3.6)
6454
mini_portile2 (2.3.0)
65-
minitest (5.11.3)
66-
nokogiri (1.8.2)
55+
minitest (5.10.3)
56+
nokogiri (1.8.1)
6757
mini_portile2 (~> 2.3.0)
68-
nokogiri (1.8.2-x64-mingw32)
69-
mini_portile2 (~> 2.3.0)
70-
parallel (1.12.1)
71-
pathutil (0.16.1)
58+
parallel (1.12.0)
59+
pathutil (0.14.0)
7260
forwardable-extended (~> 2.6)
73-
public_suffix (3.0.2)
74-
rb-fsevent (0.10.3)
61+
public_suffix (2.0.5)
62+
rb-fsevent (0.10.2)
7563
rb-inotify (0.9.10)
7664
ffi (>= 0.5.0, < 2)
77-
rouge (3.1.1)
78-
ruby_dep (1.5.0)
65+
rouge (1.11.1)
7966
safe_yaml (1.0.4)
80-
sass (3.5.6)
67+
sass (3.5.1)
8168
sass-listen (~> 4.0.0)
8269
sass-listen (4.0.0)
8370
rb-fsevent (~> 0.9, >= 0.9.4)
8471
rb-inotify (~> 0.9, >= 0.9.7)
8572
thread_safe (0.3.6)
86-
typhoeus (1.3.0)
87-
ethon (>= 0.9.0)
88-
tzinfo (1.2.5)
73+
typhoeus (0.8.0)
74+
ethon (>= 0.8.0)
75+
tzinfo (1.2.4)
8976
thread_safe (~> 0.1)
9077
yell (2.0.7)
9178

9279
PLATFORMS
9380
ruby
94-
x64-mingw32
9581

9682
DEPENDENCIES
9783
html-proofer
@@ -100,3 +86,4 @@ DEPENDENCIES
10086

10187
BUNDLED WITH
10288
1.16.1
89+

0 commit comments

Comments
 (0)