Skip to content

Commit b2f5f7d

Browse files
committed
Update Gemfile.lock
1 parent 9e2e7dd commit b2f5f7d

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

Gemfile.lock

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,34 +11,34 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.6)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
24+
concurrent-ruby (1.3.3)
2525
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
26+
dnsruby (1.72.2)
2727
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
28+
drb (2.2.1)
3029
em-websocket (0.5.3)
3130
eventmachine (>= 0.12.9)
3231
http_parser.rb (~> 0)
3332
ethon (0.16.0)
3433
ffi (>= 1.15.0)
3534
eventmachine (1.2.7)
3635
execjs (2.9.1)
37-
faraday (2.9.0)
36+
faraday (2.10.0)
3837
faraday-net_http (>= 2.0, < 3.2)
38+
logger
3939
faraday-net_http (3.1.0)
4040
net-http
41-
ffi (1.16.3)
41+
ffi (1.17.0)
4242
forwardable-extended (2.6.0)
4343
gemoji (4.1.0)
4444
github-pages (231)
@@ -96,7 +96,7 @@ GEM
9696
activesupport (>= 2)
9797
nokogiri (>= 1.4)
9898
http_parser.rb (0.8.0)
99-
i18n (1.14.1)
99+
i18n (1.14.5)
100100
concurrent-ruby (~> 1.0)
101101
jekyll (3.9.5)
102102
addressable (~> 2.4)
@@ -206,7 +206,6 @@ GEM
206206
gemoji (>= 3, < 5)
207207
html-pipeline (~> 2.2)
208208
jekyll (>= 3.0, < 5.0)
209-
json (2.7.1)
210209
kramdown (2.4.0)
211210
rexml
212211
kramdown-parser-gfm (1.1.0)
@@ -215,32 +214,33 @@ GEM
215214
listen (3.9.0)
216215
rb-fsevent (~> 0.10, >= 0.10.3)
217216
rb-inotify (~> 0.9, >= 0.9.10)
217+
logger (1.6.0)
218218
mercenary (0.3.6)
219-
mini_portile2 (2.8.5)
219+
mini_portile2 (2.8.7)
220220
minima (2.5.1)
221221
jekyll (>= 3.5, < 5.0)
222222
jekyll-feed (~> 0.9)
223223
jekyll-seo-tag (~> 2.1)
224-
minitest (5.22.2)
224+
minitest (5.24.1)
225225
mutex_m (0.2.0)
226226
net-http (0.4.1)
227227
uri
228-
nokogiri (1.16.2)
228+
nokogiri (1.16.6)
229229
mini_portile2 (~> 2.8.2)
230230
racc (~> 1.4)
231231
octokit (4.25.1)
232232
faraday (>= 1, < 3)
233233
sawyer (~> 0.9)
234234
pathutil (0.16.2)
235235
forwardable-extended (~> 2.6)
236-
public_suffix (5.0.4)
237-
racc (1.7.3)
236+
public_suffix (5.1.1)
237+
racc (1.8.0)
238238
rb-fsevent (0.11.2)
239-
rb-inotify (0.10.1)
239+
rb-inotify (0.11.1)
240240
ffi (~> 1.0)
241-
rexml (3.2.6)
241+
rexml (3.3.2)
242+
strscan
242243
rouge (3.30.0)
243-
ruby2_keywords (0.0.5)
244244
rubyzip (2.3.2)
245245
safe_yaml (1.0.5)
246246
sass (3.7.4)
@@ -251,17 +251,14 @@ GEM
251251
sawyer (0.9.2)
252252
addressable (>= 2.3.5)
253253
faraday (>= 0.17.3, < 3)
254-
simpleidn (0.2.1)
255-
unf (~> 0.1.4)
254+
simpleidn (0.2.3)
255+
strscan (3.1.0)
256256
terminal-table (1.8.0)
257257
unicode-display_width (~> 1.1, >= 1.1.1)
258258
typhoeus (1.4.1)
259259
ethon (>= 0.9.0)
260260
tzinfo (2.0.6)
261261
concurrent-ruby (~> 1.0)
262-
unf (0.1.4)
263-
unf_ext
264-
unf_ext (0.0.9.1)
265262
unicode-display_width (1.8.0)
266263
uri (0.13.0)
267264
webrick (1.8.1)

0 commit comments

Comments
 (0)