Skip to content

Commit e159ae1

Browse files
authored
Merge pull request #1148 from SethTisue/bundle-update-rack-jekyll
upgrade rack and other dependencies
2 parents 26ea5f2 + fbe22ed commit e159ae1

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

Gemfile.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
10-
public_suffix (>= 2.0.2, < 4.0)
9+
addressable (2.7.0)
10+
public_suffix (>= 2.0.2, < 5.0)
1111
colorator (1.1.0)
1212
colorize (0.8.1)
1313
concurrent-ruby (1.1.6)
@@ -17,7 +17,7 @@ GEM
1717
ethon (0.11.0)
1818
ffi (>= 1.3.0)
1919
eventmachine (1.2.7)
20-
ffi (1.10.0)
20+
ffi (1.13.1)
2121
forwardable-extended (2.6.0)
2222
html-proofer (3.10.0)
2323
activesupport (>= 4.2, < 6.0)
@@ -31,7 +31,7 @@ GEM
3131
http_parser.rb (0.6.0)
3232
i18n (0.9.5)
3333
concurrent-ruby (~> 1.0)
34-
jekyll (3.8.5)
34+
jekyll (3.8.7)
3535
addressable (~> 2.4)
3636
colorator (~> 1.0)
3737
em-websocket (~> 0.5)
@@ -48,14 +48,13 @@ GEM
4848
jekyll (~> 3.3)
4949
jekyll-sass-converter (1.5.2)
5050
sass (~> 3.4)
51-
jekyll-watch (2.1.2)
51+
jekyll-watch (2.2.1)
5252
listen (~> 3.0)
5353
kramdown (1.17.0)
54-
liquid (4.0.1)
55-
listen (3.1.5)
56-
rb-fsevent (~> 0.9, >= 0.9.4)
57-
rb-inotify (~> 0.9, >= 0.9.7)
58-
ruby_dep (~> 1.2)
54+
liquid (4.0.3)
55+
listen (3.2.1)
56+
rb-fsevent (~> 0.10, >= 0.10.3)
57+
rb-inotify (~> 0.9, >= 0.9.10)
5958
mercenary (0.3.6)
6059
mini_portile2 (2.4.0)
6160
minitest (5.14.1)
@@ -64,20 +63,19 @@ GEM
6463
parallel (1.12.1)
6564
pathutil (0.16.2)
6665
forwardable-extended (~> 2.6)
67-
public_suffix (3.0.3)
68-
rack (1.6.12)
66+
public_suffix (4.0.5)
67+
rack (1.6.13)
6968
rack-jekyll (0.5.0)
7069
jekyll (>= 1.3)
7170
listen (>= 1.3)
7271
rack (~> 1.5)
7372
rake (12.3.3)
74-
rb-fsevent (0.10.3)
75-
rb-inotify (0.10.0)
73+
rb-fsevent (0.10.4)
74+
rb-inotify (0.10.1)
7675
ffi (~> 1.0)
77-
rouge (3.3.0)
78-
ruby_dep (1.5.0)
79-
safe_yaml (1.0.4)
80-
sass (3.7.3)
76+
rouge (3.20.0)
77+
safe_yaml (1.0.5)
78+
sass (3.7.4)
8179
sass-listen (~> 4.0.0)
8280
sass-listen (4.0.0)
8381
rb-fsevent (~> 0.9, >= 0.9.4)

0 commit comments

Comments
 (0)