Skip to content

Commit 7148795

Browse files
Update Ruby on Rails packages to v7.2.1.2 (#509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a1ed1d commit 7148795

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

v2.4-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.1.1)
4+
activesupport (7.2.1.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)

v2.4-rails/Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1.1)
5-
actionpack (= 7.2.1.1)
6-
activesupport (= 7.2.1.1)
4+
actioncable (7.2.1.2)
5+
actionpack (= 7.2.1.2)
6+
activesupport (= 7.2.1.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1.1)
11-
actionpack (= 7.2.1.1)
12-
activejob (= 7.2.1.1)
13-
activerecord (= 7.2.1.1)
14-
activestorage (= 7.2.1.1)
15-
activesupport (= 7.2.1.1)
10+
actionmailbox (7.2.1.2)
11+
actionpack (= 7.2.1.2)
12+
activejob (= 7.2.1.2)
13+
activerecord (= 7.2.1.2)
14+
activestorage (= 7.2.1.2)
15+
activesupport (= 7.2.1.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1.1)
18-
actionpack (= 7.2.1.1)
19-
actionview (= 7.2.1.1)
20-
activejob (= 7.2.1.1)
21-
activesupport (= 7.2.1.1)
17+
actionmailer (7.2.1.2)
18+
actionpack (= 7.2.1.2)
19+
actionview (= 7.2.1.2)
20+
activejob (= 7.2.1.2)
21+
activesupport (= 7.2.1.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1.1)
25-
actionview (= 7.2.1.1)
26-
activesupport (= 7.2.1.1)
24+
actionpack (7.2.1.2)
25+
actionview (= 7.2.1.2)
26+
activesupport (= 7.2.1.2)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,35 +32,35 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1.1)
36-
actionpack (= 7.2.1.1)
37-
activerecord (= 7.2.1.1)
38-
activestorage (= 7.2.1.1)
39-
activesupport (= 7.2.1.1)
35+
actiontext (7.2.1.2)
36+
actionpack (= 7.2.1.2)
37+
activerecord (= 7.2.1.2)
38+
activestorage (= 7.2.1.2)
39+
activesupport (= 7.2.1.2)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1.1)
43-
activesupport (= 7.2.1.1)
42+
actionview (7.2.1.2)
43+
activesupport (= 7.2.1.2)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.1.1)
49-
activesupport (= 7.2.1.1)
48+
activejob (7.2.1.2)
49+
activesupport (= 7.2.1.2)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.1.1)
52-
activesupport (= 7.2.1.1)
53-
activerecord (7.2.1.1)
54-
activemodel (= 7.2.1.1)
55-
activesupport (= 7.2.1.1)
51+
activemodel (7.2.1.2)
52+
activesupport (= 7.2.1.2)
53+
activerecord (7.2.1.2)
54+
activemodel (= 7.2.1.2)
55+
activesupport (= 7.2.1.2)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.1.1)
58-
actionpack (= 7.2.1.1)
59-
activejob (= 7.2.1.1)
60-
activerecord (= 7.2.1.1)
61-
activesupport (= 7.2.1.1)
57+
activestorage (7.2.1.2)
58+
actionpack (= 7.2.1.2)
59+
activejob (= 7.2.1.2)
60+
activerecord (= 7.2.1.2)
61+
activesupport (= 7.2.1.2)
6262
marcel (~> 1.0)
63-
activesupport (7.2.1.1)
63+
activesupport (7.2.1.2)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -93,7 +93,7 @@ GEM
9393
i18n (1.14.6)
9494
concurrent-ruby (~> 1.0)
9595
io-console (0.7.2)
96-
irb (1.14.0)
96+
irb (1.14.1)
9797
rdoc (>= 4.0.0)
9898
reline (>= 0.4.2)
9999
karafka (2.4.13)
@@ -168,30 +168,30 @@ GEM
168168
rackup (2.1.0)
169169
rack (>= 3)
170170
webrick (~> 1.8)
171-
rails (7.2.1.1)
172-
actioncable (= 7.2.1.1)
173-
actionmailbox (= 7.2.1.1)
174-
actionmailer (= 7.2.1.1)
175-
actionpack (= 7.2.1.1)
176-
actiontext (= 7.2.1.1)
177-
actionview (= 7.2.1.1)
178-
activejob (= 7.2.1.1)
179-
activemodel (= 7.2.1.1)
180-
activerecord (= 7.2.1.1)
181-
activestorage (= 7.2.1.1)
182-
activesupport (= 7.2.1.1)
171+
rails (7.2.1.2)
172+
actioncable (= 7.2.1.2)
173+
actionmailbox (= 7.2.1.2)
174+
actionmailer (= 7.2.1.2)
175+
actionpack (= 7.2.1.2)
176+
actiontext (= 7.2.1.2)
177+
actionview (= 7.2.1.2)
178+
activejob (= 7.2.1.2)
179+
activemodel (= 7.2.1.2)
180+
activerecord (= 7.2.1.2)
181+
activestorage (= 7.2.1.2)
182+
activesupport (= 7.2.1.2)
183183
bundler (>= 1.15.0)
184-
railties (= 7.2.1.1)
184+
railties (= 7.2.1.2)
185185
rails-dom-testing (2.2.0)
186186
activesupport (>= 5.0.0)
187187
minitest
188188
nokogiri (>= 1.6)
189189
rails-html-sanitizer (1.6.0)
190190
loofah (~> 2.21)
191191
nokogiri (~> 1.14)
192-
railties (7.2.1.1)
193-
actionpack (= 7.2.1.1)
194-
activesupport (= 7.2.1.1)
192+
railties (7.2.1.2)
193+
actionpack (= 7.2.1.2)
194+
activesupport (= 7.2.1.2)
195195
irb (~> 1.13)
196196
rackup (>= 1.0.0)
197197
rake (>= 12.2)
@@ -200,7 +200,7 @@ GEM
200200
rake (13.2.1)
201201
rdoc (6.7.0)
202202
psych (>= 4.0.0)
203-
reline (0.5.9)
203+
reline (0.5.10)
204204
io-console (~> 0.5)
205205
roda (3.83.0)
206206
rack
@@ -227,7 +227,7 @@ GEM
227227
sqlite3 (1.7.3-x86_64-darwin)
228228
sqlite3 (1.7.3-x86_64-linux)
229229
stringio (3.1.1)
230-
thor (1.3.1)
230+
thor (1.3.2)
231231
tilt (2.4.0)
232232
timeout (0.4.1)
233233
tzinfo (2.0.6)

0 commit comments

Comments
 (0)