Skip to content

Commit 47ac382

Browse files
committed
Update gem dependencies
1 parent acb37fa commit 47ac382

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

Gemfile.lock

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (8.0.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,19 +13,23 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
addressable (2.8.7)
1618
public_suffix (>= 2.0.2, < 7.0)
1719
base64 (0.2.0)
18-
bigdecimal (3.1.8)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.9)
1922
coffee-script (2.4.1)
2023
coffee-script-source
2124
execjs
2225
coffee-script-source (1.11.1)
2326
colorator (1.1.0)
24-
commonmarker (0.23.10)
25-
concurrent-ruby (1.3.4)
26-
connection_pool (2.4.1)
27-
dnsruby (1.72.2)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
dnsruby (1.72.4)
31+
base64 (~> 0.2.0)
32+
logger (~> 1.6.5)
2833
simpleidn (~> 0.2.1)
2934
drb (2.2.1)
3035
em-websocket (0.5.3)
@@ -33,14 +38,14 @@ GEM
3338
ethon (0.16.0)
3439
ffi (>= 1.15.0)
3540
eventmachine (1.2.7)
36-
execjs (2.9.1)
37-
faraday (2.12.0)
38-
faraday-net_http (>= 2.0, < 3.4)
41+
execjs (2.10.0)
42+
faraday (2.12.2)
43+
faraday-net_http (>= 2.0, < 3.5)
3944
json
4045
logger
41-
faraday-net_http (3.3.0)
42-
net-http
43-
ffi (1.17.0-x86_64-linux-gnu)
46+
faraday-net_http (3.4.0)
47+
net-http (>= 0.5.0)
48+
ffi (1.17.1-x86_64-linux-gnu)
4449
forwardable-extended (2.6.0)
4550
gemoji (3.0.1)
4651
github-pages (228)
@@ -98,7 +103,7 @@ GEM
98103
activesupport (>= 2)
99104
nokogiri (>= 1.4)
100105
http_parser.rb (0.8.0)
101-
i18n (1.14.6)
106+
i18n (1.14.7)
102107
concurrent-ruby (~> 1.0)
103108
jekyll (3.9.3)
104109
addressable (~> 2.4)
@@ -208,7 +213,7 @@ GEM
208213
gemoji (~> 3.0)
209214
html-pipeline (~> 2.2)
210215
jekyll (>= 3.0, < 5.0)
211-
json (2.7.2)
216+
json (2.10.2)
212217
kramdown (2.3.2)
213218
rexml
214219
kramdown-parser-gfm (1.1.0)
@@ -217,16 +222,16 @@ GEM
217222
listen (3.9.0)
218223
rb-fsevent (~> 0.10, >= 0.10.3)
219224
rb-inotify (~> 0.9, >= 0.9.10)
220-
logger (1.6.1)
225+
logger (1.6.6)
221226
mercenary (0.3.6)
222227
minima (2.5.1)
223228
jekyll (>= 3.5, < 5.0)
224229
jekyll-feed (~> 0.9)
225230
jekyll-seo-tag (~> 2.1)
226-
minitest (5.25.1)
227-
net-http (0.4.1)
231+
minitest (5.25.5)
232+
net-http (0.6.0)
228233
uri
229-
nokogiri (1.16.7-x86_64-linux)
234+
nokogiri (1.18.6-x86_64-linux-gnu)
230235
racc (~> 1.4)
231236
octokit (4.25.1)
232237
faraday (>= 1, < 3)
@@ -238,9 +243,9 @@ GEM
238243
rb-fsevent (0.11.2)
239244
rb-inotify (0.11.1)
240245
ffi (~> 1.0)
241-
rexml (3.3.7)
246+
rexml (3.4.1)
242247
rouge (3.26.0)
243-
rubyzip (2.3.2)
248+
rubyzip (2.4.1)
244249
safe_yaml (1.0.5)
245250
sass (3.7.4)
246251
sass-listen (~> 4.0.0)
@@ -250,7 +255,7 @@ GEM
250255
sawyer (0.9.2)
251256
addressable (>= 2.3.5)
252257
faraday (>= 0.17.3, < 3)
253-
securerandom (0.3.1)
258+
securerandom (0.4.1)
254259
simpleidn (0.2.3)
255260
terminal-table (1.8.0)
256261
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -259,8 +264,8 @@ GEM
259264
tzinfo (2.0.6)
260265
concurrent-ruby (~> 1.0)
261266
unicode-display_width (1.8.0)
262-
uri (0.13.1)
263-
webrick (1.8.2)
267+
uri (1.0.3)
268+
webrick (1.9.1)
264269

265270
PLATFORMS
266271
x86_64-linux

0 commit comments

Comments
 (0)