Skip to content

Commit eee2d0d

Browse files
committed
Update all dependencies to their latest (still on Ruby 2.x)
This appears to include some small changes to syntax highlighting within f-strings, though nothing which appears incorrect.
1 parent 63c762e commit eee2d0d

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

Gemfile.lock

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.3.4)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
11-
ethon (0.15.0)
10+
http_parser.rb (~> 0)
11+
ethon (0.16.0)
1212
ffi (>= 1.15.0)
1313
eventmachine (1.2.7)
1414
eventmachine (1.2.7-x64-mingw32)
15-
ffi (1.15.5)
16-
ffi (1.15.5-x64-mingw32)
15+
ffi (1.17.0)
16+
ffi (1.17.0-x64-mingw32)
1717
forwardable-extended (2.6.0)
1818
html-proofer (4.4.3)
1919
addressable (~> 2.3)
@@ -24,7 +24,7 @@ GEM
2424
typhoeus (~> 1.3)
2525
yell (~> 2.0)
2626
zeitwerk (~> 2.5)
27-
http_parser.rb (0.6.0)
27+
http_parser.rb (0.8.0)
2828
i18n (0.9.5)
2929
concurrent-ruby (~> 1.0)
3030
jekyll (3.9.0)
@@ -46,37 +46,36 @@ GEM
4646
sass (~> 3.4)
4747
jekyll-watch (2.2.1)
4848
listen (~> 3.0)
49-
kramdown (2.3.1)
49+
kramdown (2.4.0)
5050
rexml
5151
kramdown-parser-gfm (1.1.0)
5252
kramdown (~> 2.0)
53-
liquid (4.0.3)
54-
listen (3.7.1)
53+
liquid (4.0.4)
54+
listen (3.9.0)
5555
rb-fsevent (~> 0.10, >= 0.10.3)
5656
rb-inotify (~> 0.9, >= 0.9.10)
5757
mercenary (0.3.6)
58-
mini_portile2 (2.8.5)
59-
neat (3.0.0)
60-
sass (~> 3.4)
58+
mini_portile2 (2.8.7)
59+
neat (4.0.0)
6160
thor (~> 0.19)
6261
nokogiri (1.15.6)
6362
mini_portile2 (~> 2.8.2)
6463
racc (~> 1.4)
6564
nokogiri (1.15.6-x64-mingw32)
6665
racc (~> 1.4)
67-
parallel (1.22.1)
66+
parallel (1.26.3)
6867
pathutil (0.16.2)
6968
forwardable-extended (~> 2.6)
70-
public_suffix (5.0.0)
71-
racc (1.7.3)
69+
public_suffix (5.1.1)
70+
racc (1.8.1)
7271
rainbow (3.1.1)
73-
rake (12.3.3)
74-
rb-fsevent (0.11.0)
75-
rb-inotify (0.10.1)
72+
rake (13.2.1)
73+
rb-fsevent (0.11.2)
74+
rb-inotify (0.11.1)
7675
ffi (~> 1.0)
77-
rexml (3.3.3)
76+
rexml (3.3.5)
7877
strscan
79-
rouge (3.26.0)
78+
rouge (3.30.0)
8079
safe_yaml (1.0.5)
8180
sass (3.7.4)
8281
sass-listen (~> 4.0.0)
@@ -85,12 +84,12 @@ GEM
8584
rb-inotify (~> 0.9, >= 0.9.7)
8685
strscan (3.1.0)
8786
thor (0.20.3)
88-
typhoeus (1.4.0)
87+
typhoeus (1.4.1)
8988
ethon (>= 0.9.0)
90-
wdm (0.1.1)
91-
webrick (1.7.0)
89+
wdm (0.2.0)
90+
webrick (1.8.1)
9291
yell (2.2.2)
93-
zeitwerk (2.6.1)
92+
zeitwerk (2.6.17)
9493

9594
PLATFORMS
9695
ruby

0 commit comments

Comments
 (0)