Skip to content

Commit e13c10f

Browse files
committed
bump rexml and run 'bundle update'
1 parent e83201f commit e13c10f

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 13 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.0)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,9 +13,11 @@ 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)
20+
benchmark (0.4.0)
1821
bigdecimal (3.1.8)
1922
coffee-script (2.4.1)
2023
coffee-script-source
@@ -25,7 +28,8 @@ GEM
2528
concurrent-ruby (1.3.4)
2629
connection_pool (2.4.1)
2730
csv (3.3.0)
28-
dnsruby (1.72.2)
31+
dnsruby (1.72.3)
32+
base64 (~> 0.2.0)
2933
simpleidn (~> 0.2.1)
3034
drb (2.2.1)
3135
em-websocket (0.5.3)
@@ -34,13 +38,13 @@ GEM
3438
ethon (0.16.0)
3539
ffi (>= 1.15.0)
3640
eventmachine (1.2.7)
37-
execjs (2.9.1)
38-
faraday (2.12.0)
39-
faraday-net_http (>= 2.0, < 3.4)
41+
execjs (2.10.0)
42+
faraday (2.12.1)
43+
faraday-net_http (>= 2.0, < 3.5)
4044
json
4145
logger
42-
faraday-net_http (3.3.0)
43-
net-http
46+
faraday-net_http (3.4.0)
47+
net-http (>= 0.5.0)
4448
ffi (1.17.0)
4549
ffi (1.17.0-x86_64-linux-gnu)
4650
forwardable-extended (2.6.0)
@@ -213,7 +217,7 @@ GEM
213217
gemoji (>= 3, < 5)
214218
html-pipeline (~> 2.2)
215219
jekyll (>= 3.0, < 5.0)
216-
json (2.7.2)
220+
json (2.8.2)
217221
kramdown (2.4.0)
218222
rexml
219223
kramdown-parser-gfm (1.1.0)
@@ -224,13 +228,13 @@ GEM
224228
rb-inotify (~> 0.9, >= 0.9.10)
225229
logger (1.6.1)
226230
mercenary (0.3.6)
227-
mini_portile2 (2.8.7)
231+
mini_portile2 (2.8.8)
228232
minima (2.5.1)
229233
jekyll (>= 3.5, < 5.0)
230234
jekyll-feed (~> 0.9)
231235
jekyll-seo-tag (~> 2.1)
232236
minitest (5.25.1)
233-
net-http (0.4.1)
237+
net-http (0.5.0)
234238
uri
235239
nokogiri (1.16.7)
236240
mini_portile2 (~> 2.8.2)
@@ -247,7 +251,7 @@ GEM
247251
rb-fsevent (0.11.2)
248252
rb-inotify (0.11.1)
249253
ffi (~> 1.0)
250-
rexml (3.3.7)
254+
rexml (3.3.9)
251255
rouge (3.30.0)
252256
rubyzip (2.3.2)
253257
safe_yaml (1.0.5)
@@ -259,7 +263,7 @@ GEM
259263
sawyer (0.9.2)
260264
addressable (>= 2.3.5)
261265
faraday (>= 0.17.3, < 3)
262-
securerandom (0.3.1)
266+
securerandom (0.3.2)
263267
simpleidn (0.2.3)
264268
terminal-table (1.8.0)
265269
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -268,7 +272,7 @@ GEM
268272
tzinfo (2.0.6)
269273
concurrent-ruby (~> 1.0)
270274
unicode-display_width (1.8.0)
271-
uri (0.13.1)
275+
uri (1.0.2)
272276
webrick (1.8.2)
273277

274278
PLATFORMS

0 commit comments

Comments
 (0)