Skip to content

Commit cf5b351

Browse files
committed
Rails 7.2.1.2
1 parent b87ca31 commit cf5b351

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.3.4"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.2.1.1"
7+
gem "rails", "~> 7.2.1.2"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

Gemfile.lock

Lines changed: 62 additions & 62 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)
@@ -114,14 +114,14 @@ GEM
114114
globalid (1.2.1)
115115
activesupport (>= 6.1)
116116
hashie (5.0.0)
117-
i18n (1.14.5)
117+
i18n (1.14.6)
118118
concurrent-ruby (~> 1.0)
119119
importmap-rails (2.0.1)
120120
actionpack (>= 6.0.0)
121121
activesupport (>= 6.0.0)
122122
railties (>= 6.0.0)
123123
io-console (0.7.2)
124-
irb (1.14.0)
124+
irb (1.14.1)
125125
rdoc (>= 4.0.0)
126126
reline (>= 0.4.2)
127127
jbuilder (2.12.0)
@@ -143,7 +143,7 @@ GEM
143143
kaminari-core (= 1.2.2)
144144
kaminari-core (1.2.2)
145145
logger (1.6.1)
146-
loofah (2.22.0)
146+
loofah (2.23.1)
147147
crass (~> 1.0.2)
148148
nokogiri (>= 1.12.0)
149149
mail (2.8.1)
@@ -160,7 +160,7 @@ GEM
160160
bigdecimal (~> 3.1)
161161
net-http (0.4.1)
162162
uri
163-
net-imap (0.4.17)
163+
net-imap (0.5.0)
164164
date
165165
net-protocol
166166
net-pop (0.1.2)
@@ -215,7 +215,7 @@ GEM
215215
puma (6.4.2)
216216
nio4r (~> 2.0)
217217
racc (1.8.1)
218-
rack (3.1.7)
218+
rack (3.1.8)
219219
rack-protection (4.0.0)
220220
base64 (>= 0.1.0)
221221
rack (>= 3.0.0, < 4)
@@ -226,30 +226,30 @@ GEM
226226
rackup (2.1.0)
227227
rack (>= 3)
228228
webrick (~> 1.8)
229-
rails (7.2.1.1)
230-
actioncable (= 7.2.1.1)
231-
actionmailbox (= 7.2.1.1)
232-
actionmailer (= 7.2.1.1)
233-
actionpack (= 7.2.1.1)
234-
actiontext (= 7.2.1.1)
235-
actionview (= 7.2.1.1)
236-
activejob (= 7.2.1.1)
237-
activemodel (= 7.2.1.1)
238-
activerecord (= 7.2.1.1)
239-
activestorage (= 7.2.1.1)
240-
activesupport (= 7.2.1.1)
229+
rails (7.2.1.2)
230+
actioncable (= 7.2.1.2)
231+
actionmailbox (= 7.2.1.2)
232+
actionmailer (= 7.2.1.2)
233+
actionpack (= 7.2.1.2)
234+
actiontext (= 7.2.1.2)
235+
actionview (= 7.2.1.2)
236+
activejob (= 7.2.1.2)
237+
activemodel (= 7.2.1.2)
238+
activerecord (= 7.2.1.2)
239+
activestorage (= 7.2.1.2)
240+
activesupport (= 7.2.1.2)
241241
bundler (>= 1.15.0)
242-
railties (= 7.2.1.1)
242+
railties (= 7.2.1.2)
243243
rails-dom-testing (2.2.0)
244244
activesupport (>= 5.0.0)
245245
minitest
246246
nokogiri (>= 1.6)
247247
rails-html-sanitizer (1.6.0)
248248
loofah (~> 2.21)
249249
nokogiri (~> 1.14)
250-
railties (7.2.1.1)
251-
actionpack (= 7.2.1.1)
252-
activesupport (= 7.2.1.1)
250+
railties (7.2.1.2)
251+
actionpack (= 7.2.1.2)
252+
activesupport (= 7.2.1.2)
253253
irb (~> 1.13)
254254
rackup (>= 1.0.0)
255255
rake (>= 12.2)
@@ -263,7 +263,7 @@ GEM
263263
redis-client (0.22.2)
264264
connection_pool
265265
regexp_parser (2.9.2)
266-
reline (0.5.9)
266+
reline (0.5.10)
267267
io-console (~> 0.5)
268268
rexml (3.3.7)
269269
rspec-core (3.13.1)
@@ -336,14 +336,14 @@ GEM
336336
activemodel (>= 6.0.0)
337337
bindex (>= 0.4.0)
338338
railties (>= 6.0.0)
339-
webrick (1.8.1)
339+
webrick (1.8.2)
340340
websocket (1.2.11)
341341
websocket-driver (0.7.6)
342342
websocket-extensions (>= 0.1.0)
343343
websocket-extensions (0.1.5)
344344
xpath (3.2.0)
345345
nokogiri (~> 1.8)
346-
zeitwerk (2.6.18)
346+
zeitwerk (2.7.1)
347347

348348
PLATFORMS
349349
aarch64-linux
@@ -368,7 +368,7 @@ DEPENDENCIES
368368
omniauth-rails_csrf_protection
369369
pg (~> 1.4)
370370
puma (~> 6.3)
371-
rails (~> 7.2.1.1)
371+
rails (~> 7.2.1.2)
372372
redis (>= 4.0.1)
373373
rspec-rails (>= 6.0.1)
374374
selenium-webdriver

0 commit comments

Comments
 (0)