Skip to content

Commit b164750

Browse files
committed
Update dependencies
1 parent 021d05e commit b164750

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

Gemfile.lock

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.1)
5-
addressable (2.8.6)
6-
public_suffix (>= 2.0.2, < 6.0)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.11.0)
8+
async (2.14.1)
99
console (~> 1.25, >= 1.25.2)
1010
fiber-annotation
11-
io-event (~> 1.5, >= 1.5.1)
12-
timers (~> 4.1)
11+
io-event (~> 1.6, >= 1.6.5)
1312
bigdecimal (3.1.8)
1413
colorator (1.1.0)
15-
concurrent-ruby (1.2.3)
14+
concurrent-ruby (1.3.3)
1615
console (1.25.2)
1716
fiber-annotation
1817
fiber-local (~> 1.1)
@@ -23,11 +22,11 @@ GEM
2322
ethon (0.16.0)
2423
ffi (>= 1.15.0)
2524
eventmachine (1.2.7)
26-
ffi (1.16.3)
25+
ffi (1.17.0)
2726
fiber-annotation (0.2.0)
2827
fiber-local (1.1.0)
2928
fiber-storage
30-
fiber-storage (0.1.1)
29+
fiber-storage (0.1.2)
3130
forwardable-extended (2.6.0)
3231
hashery (2.1.2)
3332
html-proofer (5.0.9)
@@ -42,7 +41,7 @@ GEM
4241
http_parser.rb (0.8.0)
4342
i18n (1.14.5)
4443
concurrent-ruby (~> 1.0)
45-
io-event (1.5.1)
44+
io-event (1.6.5)
4645
jekyll (4.2.2)
4746
addressable (~> 2.4)
4847
colorator (~> 1.0)
@@ -58,9 +57,8 @@ GEM
5857
rouge (~> 3.0)
5958
safe_yaml (~> 1.0)
6059
terminal-table (~> 2.0)
61-
jekyll-last-modified-at (1.3.0)
60+
jekyll-last-modified-at (1.3.2)
6261
jekyll (>= 3.7, < 5.0)
63-
posix-spawn (~> 0.3.9)
6462
jekyll-sass-converter (2.2.0)
6563
sassc (> 2.0.1, < 3.0)
6664
jekyll-sitemap (1.4.0)
@@ -77,8 +75,8 @@ GEM
7775
rb-fsevent (~> 0.10, >= 0.10.3)
7876
rb-inotify (~> 0.9, >= 0.9.10)
7977
mercenary (0.4.0)
80-
mini_portile2 (2.8.6)
81-
nokogiri (1.16.5)
78+
mini_portile2 (2.8.7)
79+
nokogiri (1.16.6)
8280
mini_portile2 (~> 2.8.2)
8381
racc (~> 1.4)
8482
pathutil (0.16.2)
@@ -89,16 +87,15 @@ GEM
8987
hashery (~> 2.0)
9088
ruby-rc4
9189
ttfunk
92-
posix-spawn (0.3.15)
93-
public_suffix (5.0.5)
90+
public_suffix (6.0.0)
9491
racc (1.8.0)
9592
rainbow (3.1.1)
9693
rake (13.2.1)
9794
rb-fsevent (0.11.2)
9895
rb-inotify (0.11.1)
9996
ffi (~> 1.0)
100-
rexml (3.2.8)
101-
strscan (>= 3.0.9)
97+
rexml (3.3.1)
98+
strscan
10299
rouge (3.30.0)
103100
ruby-rc4 (0.1.5)
104101
safe_yaml (1.0.5)
@@ -107,15 +104,14 @@ GEM
107104
strscan (3.1.0)
108105
terminal-table (2.0.0)
109106
unicode-display_width (~> 1.1, >= 1.1.1)
110-
timers (4.3.5)
111107
ttfunk (1.8.0)
112108
bigdecimal (~> 3.1)
113109
typhoeus (1.4.1)
114110
ethon (>= 0.9.0)
115111
unicode-display_width (1.8.0)
116112
webrick (1.8.1)
117113
yell (2.2.2)
118-
zeitwerk (2.6.15)
114+
zeitwerk (2.6.16)
119115

120116
PLATFORMS
121117
ruby

0 commit comments

Comments
 (0)