Skip to content

Commit 52a78f5

Browse files
committed
Update Gem Deps
1 parent 8fff1eb commit 52a78f5

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

Gemfile.lock

Lines changed: 29 additions & 24 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.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,20 +13,24 @@ 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.12.2)
2326
colorator (1.1.0)
24-
commonmarker (0.23.10)
25-
concurrent-ruby (1.3.4)
26-
connection_pool (2.4.1)
27-
csv (3.3.0)
28-
dnsruby (1.72.2)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
csv (3.3.3)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
2934
simpleidn (~> 0.2.1)
3035
drb (2.2.1)
3136
em-websocket (0.5.3)
@@ -34,14 +39,14 @@ GEM
3439
ethon (0.16.0)
3540
ffi (>= 1.15.0)
3641
eventmachine (1.2.7)
37-
execjs (2.9.1)
38-
faraday (2.12.0)
39-
faraday-net_http (>= 2.0, < 3.4)
42+
execjs (2.10.0)
43+
faraday (2.12.2)
44+
faraday-net_http (>= 2.0, < 3.5)
4045
json
4146
logger
42-
faraday-net_http (3.3.0)
43-
net-http
44-
ffi (1.17.0-x86_64-linux-gnu)
47+
faraday-net_http (3.4.0)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.1-x86_64-linux-gnu)
4550
forwardable-extended (2.6.0)
4651
gemoji (4.1.0)
4752
github-pages (232)
@@ -100,7 +105,7 @@ GEM
100105
activesupport (>= 2)
101106
nokogiri (>= 1.4)
102107
http_parser.rb (0.8.0)
103-
i18n (1.14.6)
108+
i18n (1.14.7)
104109
concurrent-ruby (~> 1.0)
105110
jekyll (3.10.0)
106111
addressable (~> 2.4)
@@ -212,7 +217,7 @@ GEM
212217
gemoji (>= 3, < 5)
213218
html-pipeline (~> 2.2)
214219
jekyll (>= 3.0, < 5.0)
215-
json (2.7.2)
220+
json (2.10.2)
216221
kramdown (2.4.0)
217222
rexml
218223
kramdown-parser-gfm (1.1.0)
@@ -221,16 +226,16 @@ GEM
221226
listen (3.9.0)
222227
rb-fsevent (~> 0.10, >= 0.10.3)
223228
rb-inotify (~> 0.9, >= 0.9.10)
224-
logger (1.6.1)
229+
logger (1.6.6)
225230
mercenary (0.3.6)
226231
minima (2.5.1)
227232
jekyll (>= 3.5, < 5.0)
228233
jekyll-feed (~> 0.9)
229234
jekyll-seo-tag (~> 2.1)
230-
minitest (5.25.1)
231-
net-http (0.4.1)
235+
minitest (5.25.5)
236+
net-http (0.6.0)
232237
uri
233-
nokogiri (1.16.7-x86_64-linux)
238+
nokogiri (1.18.5-x86_64-linux-gnu)
234239
racc (~> 1.4)
235240
octokit (4.25.1)
236241
faraday (>= 1, < 3)
@@ -242,9 +247,9 @@ GEM
242247
rb-fsevent (0.11.2)
243248
rb-inotify (0.11.1)
244249
ffi (~> 1.0)
245-
rexml (3.3.8)
250+
rexml (3.4.1)
246251
rouge (3.30.0)
247-
rubyzip (2.3.2)
252+
rubyzip (2.4.1)
248253
safe_yaml (1.0.5)
249254
sass (3.7.4)
250255
sass-listen (~> 4.0.0)
@@ -254,7 +259,7 @@ GEM
254259
sawyer (0.9.2)
255260
addressable (>= 2.3.5)
256261
faraday (>= 0.17.3, < 3)
257-
securerandom (0.3.1)
262+
securerandom (0.4.1)
258263
simpleidn (0.2.3)
259264
terminal-table (1.8.0)
260265
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -263,8 +268,8 @@ GEM
263268
tzinfo (2.0.6)
264269
concurrent-ruby (~> 1.0)
265270
unicode-display_width (1.8.0)
266-
uri (0.13.1)
267-
webrick (1.8.2)
271+
uri (1.0.3)
272+
webrick (1.9.1)
268273

269274
PLATFORMS
270275
x86_64-linux

0 commit comments

Comments
 (0)