Skip to content

Commit a4b3e9e

Browse files
Update Ruby on Rails packages to v7.2.3 (#619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b43d022 commit a4b3e9e

File tree

2 files changed

+70
-64
lines changed

2 files changed

+70
-64
lines changed

v2.5-non-rails/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.2)
4+
activesupport (7.2.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal

v2.5-rails/Gemfile.lock

Lines changed: 69 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,68 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.2.2)
4+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
10+
actionmailbox (7.2.3)
11+
actionpack (= 7.2.3)
12+
activejob (= 7.2.3)
13+
activerecord (= 7.2.3)
14+
activestorage (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
17+
actionmailer (7.2.3)
18+
actionpack (= 7.2.3)
19+
actionview (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activesupport (= 7.2.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
27+
cgi
2728
nokogiri (>= 1.8.5)
2829
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4, < 3.3)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
useragent (~> 0.16)
35-
actiontext (7.2.2.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.2.2)
36+
actiontext (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4041
globalid (>= 0.6.0)
4142
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
4445
builder (~> 3.1)
46+
cgi
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.2)
49-
activesupport (= 7.2.2.2)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5052
globalid (>= 0.3.6)
51-
activemodel (7.2.2.2)
52-
activesupport (= 7.2.2.2)
53-
activerecord (7.2.2.2)
54-
activemodel (= 7.2.2.2)
55-
activesupport (= 7.2.2.2)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
55+
activerecord (7.2.3)
56+
activemodel (= 7.2.3)
57+
activesupport (= 7.2.3)
5658
timeout (>= 0.4.0)
57-
activestorage (7.2.2.2)
58-
actionpack (= 7.2.2.2)
59-
activejob (= 7.2.2.2)
60-
activerecord (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
59+
activestorage (7.2.3)
60+
actionpack (= 7.2.3)
61+
activejob (= 7.2.3)
62+
activerecord (= 7.2.3)
63+
activesupport (= 7.2.3)
6264
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
65+
activesupport (7.2.3)
6466
base64
6567
benchmark (>= 0.3)
6668
bigdecimal
@@ -76,13 +78,14 @@ GEM
7678
benchmark (0.4.1)
7779
bigdecimal (3.2.3)
7880
builder (3.3.0)
81+
cgi (0.5.0)
7982
concurrent-ruby (1.3.5)
8083
connection_pool (2.5.4)
8184
crass (1.0.6)
8285
date (3.4.1)
8386
diff-lcs (1.5.1)
8487
drb (2.2.3)
85-
erb (5.0.2)
88+
erb (5.0.3)
8689
erubi (1.13.1)
8790
ffi (1.17.2)
8891
ffi (1.17.2-aarch64-linux-gnu)
@@ -156,7 +159,7 @@ GEM
156159
mini_mime (1.1.5)
157160
mini_portile2 (2.8.9)
158161
minitest (5.25.5)
159-
net-imap (0.5.10)
162+
net-imap (0.5.12)
160163
date
161164
net-protocol
162165
net-pop (0.1.2)
@@ -166,20 +169,20 @@ GEM
166169
net-smtp (0.5.1)
167170
net-protocol
168171
nio4r (2.7.4)
169-
nokogiri (1.18.9)
172+
nokogiri (1.18.10)
170173
mini_portile2 (~> 2.8.2)
171174
racc (~> 1.4)
172-
nokogiri (1.18.9-aarch64-linux-gnu)
175+
nokogiri (1.18.10-aarch64-linux-gnu)
173176
racc (~> 1.4)
174-
nokogiri (1.18.9-arm-linux-gnu)
177+
nokogiri (1.18.10-arm-linux-gnu)
175178
racc (~> 1.4)
176-
nokogiri (1.18.9-arm64-darwin)
179+
nokogiri (1.18.10-arm64-darwin)
177180
racc (~> 1.4)
178-
nokogiri (1.18.9-x86_64-darwin)
181+
nokogiri (1.18.10-x86_64-darwin)
179182
racc (~> 1.4)
180-
nokogiri (1.18.9-x86_64-linux-gnu)
183+
nokogiri (1.18.10-x86_64-linux-gnu)
181184
racc (~> 1.4)
182-
pp (0.6.2)
185+
pp (0.6.3)
183186
prettyprint
184187
prettyprint (0.2.0)
185188
psych (5.2.6)
@@ -196,34 +199,36 @@ GEM
196199
rack (>= 1.3)
197200
rackup (2.2.1)
198201
rack (>= 3)
199-
rails (7.2.2.2)
200-
actioncable (= 7.2.2.2)
201-
actionmailbox (= 7.2.2.2)
202-
actionmailer (= 7.2.2.2)
203-
actionpack (= 7.2.2.2)
204-
actiontext (= 7.2.2.2)
205-
actionview (= 7.2.2.2)
206-
activejob (= 7.2.2.2)
207-
activemodel (= 7.2.2.2)
208-
activerecord (= 7.2.2.2)
209-
activestorage (= 7.2.2.2)
210-
activesupport (= 7.2.2.2)
202+
rails (7.2.3)
203+
actioncable (= 7.2.3)
204+
actionmailbox (= 7.2.3)
205+
actionmailer (= 7.2.3)
206+
actionpack (= 7.2.3)
207+
actiontext (= 7.2.3)
208+
actionview (= 7.2.3)
209+
activejob (= 7.2.3)
210+
activemodel (= 7.2.3)
211+
activerecord (= 7.2.3)
212+
activestorage (= 7.2.3)
213+
activesupport (= 7.2.3)
211214
bundler (>= 1.15.0)
212-
railties (= 7.2.2.2)
215+
railties (= 7.2.3)
213216
rails-dom-testing (2.3.0)
214217
activesupport (>= 5.0.0)
215218
minitest
216219
nokogiri (>= 1.6)
217220
rails-html-sanitizer (1.6.2)
218221
loofah (~> 2.21)
219222
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
220-
railties (7.2.2.2)
221-
actionpack (= 7.2.2.2)
222-
activesupport (= 7.2.2.2)
223+
railties (7.2.3)
224+
actionpack (= 7.2.3)
225+
activesupport (= 7.2.3)
226+
cgi
223227
irb (~> 1.13)
224228
rackup (>= 1.0.0)
225229
rake (>= 12.2)
226230
thor (~> 1.0, >= 1.2.2)
231+
tsort (>= 0.2)
227232
zeitwerk (~> 2.6)
228233
rake (13.3.0)
229234
rdoc (6.14.2)
@@ -259,6 +264,7 @@ GEM
259264
thor (1.4.0)
260265
tilt (2.6.1)
261266
timeout (0.4.3)
267+
tsort (0.2.0)
262268
tzinfo (2.0.6)
263269
concurrent-ruby (~> 1.0)
264270
useragent (0.16.11)

0 commit comments

Comments
 (0)