Skip to content

Commit 51d96c6

Browse files
chore(deps): update dependency rails to '~> 7.2.0'
1 parent 16afaf5 commit 51d96c6

File tree

2 files changed

+115
-97
lines changed

2 files changed

+115
-97
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 File.read('.ruby-version')
55

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

99
# Use postgresql as the database for Active Record
1010
gem 'pg'

Gemfile.lock

Lines changed: 114 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,90 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.2.0)
5+
actionpack (= 7.2.0)
6+
activesupport (= 7.2.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.2.0)
11+
actionpack (= 7.2.0)
12+
activejob (= 7.2.0)
13+
activerecord (= 7.2.0)
14+
activestorage (= 7.2.0)
15+
activesupport (= 7.2.0)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.0)
18+
actionpack (= 7.2.0)
19+
actionview (= 7.2.0)
20+
activejob (= 7.2.0)
21+
activesupport (= 7.2.0)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (7.2.0)
25+
actionview (= 7.2.0)
26+
activesupport (= 7.2.0)
27+
nokogiri (>= 1.8.5)
28+
racc
29+
rack (>= 2.2.4, < 3.2)
30+
rack-session (>= 1.0.1)
3331
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
32+
rails-dom-testing (~> 2.2)
33+
rails-html-sanitizer (~> 1.6)
34+
useragent (~> 0.16)
35+
actiontext (7.2.0)
36+
actionpack (= 7.2.0)
37+
activerecord (= 7.2.0)
38+
activestorage (= 7.2.0)
39+
activesupport (= 7.2.0)
4140
globalid (>= 0.6.0)
4241
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
42+
actionview (7.2.0)
43+
activesupport (= 7.2.0)
4544
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8)
50-
activesupport (= 7.0.8)
45+
erubi (~> 1.11)
46+
rails-dom-testing (~> 2.2)
47+
rails-html-sanitizer (~> 1.6)
48+
activejob (7.2.0)
49+
activesupport (= 7.2.0)
5150
globalid (>= 0.3.6)
52-
activemodel (7.0.8)
53-
activesupport (= 7.0.8)
54-
activerecord (7.0.8)
55-
activemodel (= 7.0.8)
56-
activesupport (= 7.0.8)
57-
activestorage (7.0.8)
58-
actionpack (= 7.0.8)
59-
activejob (= 7.0.8)
60-
activerecord (= 7.0.8)
61-
activesupport (= 7.0.8)
51+
activemodel (7.2.0)
52+
activesupport (= 7.2.0)
53+
activerecord (7.2.0)
54+
activemodel (= 7.2.0)
55+
activesupport (= 7.2.0)
56+
timeout (>= 0.4.0)
57+
activestorage (7.2.0)
58+
actionpack (= 7.2.0)
59+
activejob (= 7.2.0)
60+
activerecord (= 7.2.0)
61+
activesupport (= 7.2.0)
6262
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
63+
activesupport (7.2.0)
64+
base64
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
6669
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6771
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
6974
addressable (2.8.5)
7075
public_suffix (>= 2.0.2, < 6.0)
7176
annotate (3.2.0)
7277
activerecord (>= 3.2, < 8.0)
7378
rake (>= 10.4, < 14.0)
7479
ast (2.4.2)
80+
base64 (0.2.0)
7581
bcrypt (3.1.20)
82+
bigdecimal (3.1.8)
7683
bindex (0.8.1)
7784
bootsnap (1.17.0)
7885
msgpack (~> 1.2)
7986
brakeman (6.0.1)
80-
builder (3.2.4)
87+
builder (3.3.0)
8188
bundler-audit (0.9.1)
8289
bundler (>= 1.2.0, < 3)
8390
thor (~> 1.0)
@@ -92,7 +99,7 @@ GEM
9299
xpath (~> 3.2)
93100
childprocess (4.1.0)
94101
coderay (1.1.3)
95-
concurrent-ruby (1.2.2)
102+
concurrent-ruby (1.3.3)
96103
connection_pool (2.4.1)
97104
crass (1.0.6)
98105
database_cleaner-active_record (2.1.0)
@@ -118,6 +125,7 @@ GEM
118125
dotenv-rails (2.8.1)
119126
dotenv (= 2.8.1)
120127
railties (>= 3.2)
128+
drb (2.2.1)
121129
dry-auto_inject (1.0.1)
122130
dry-core (~> 1.0)
123131
zeitwerk (~> 2.6)
@@ -128,7 +136,7 @@ GEM
128136
dry-core (1.0.1)
129137
concurrent-ruby (~> 1.0)
130138
zeitwerk (~> 2.6)
131-
erubi (1.12.0)
139+
erubi (1.13.0)
132140
factory_bot (6.2.1)
133141
activesupport (>= 5.0.0)
134142
factory_bot_rails (6.2.0)
@@ -143,13 +151,13 @@ GEM
143151
has_scope (0.8.2)
144152
actionpack (>= 5.2)
145153
activesupport (>= 5.2)
146-
i18n (1.14.1)
154+
i18n (1.14.5)
147155
concurrent-ruby (~> 1.0)
148156
iniparse (1.5.0)
149157
io-console (0.6.0)
150-
irb (1.9.0)
151-
rdoc
152-
reline (>= 0.3.8)
158+
irb (1.14.0)
159+
rdoc (>= 4.0.0)
160+
reline (>= 0.4.2)
153161
jbuilder (2.11.5)
154162
actionview (>= 5.0.0)
155163
activesupport (>= 5.0.0)
@@ -171,6 +179,7 @@ GEM
171179
tomlrb (>= 1.3, < 2.1)
172180
with_env (= 1.1.0)
173181
xml-simple (~> 1.1.9)
182+
logger (1.6.0)
174183
loofah (2.22.0)
175184
crass (~> 1.0.2)
176185
nokogiri (>= 1.12.0)
@@ -179,25 +188,25 @@ GEM
179188
net-imap
180189
net-pop
181190
net-smtp
182-
marcel (1.0.2)
191+
marcel (1.0.4)
183192
matrix (0.4.2)
184-
method_source (1.0.0)
193+
method_source (1.1.0)
185194
mini_mime (1.1.5)
186-
minitest (5.20.0)
195+
minitest (5.24.1)
187196
msgpack (1.7.2)
188-
net-imap (0.4.5)
197+
net-imap (0.4.14)
189198
date
190199
net-protocol
191200
net-pop (0.1.2)
192201
net-protocol
193202
net-protocol (0.2.2)
194203
timeout
195-
net-smtp (0.4.0)
204+
net-smtp (0.5.0)
196205
net-protocol
197-
nio4r (2.6.0)
198-
nokogiri (1.15.5-arm64-darwin)
206+
nio4r (2.7.3)
207+
nokogiri (1.16.7-arm64-darwin)
199208
racc (~> 1.4)
200-
nokogiri (1.15.5-x86_64-linux)
209+
nokogiri (1.16.7-x86_64-linux)
201210
racc (~> 1.4)
202211
orm_adapter (0.5.0)
203212
overcommit (0.60.0)
@@ -218,44 +227,50 @@ GEM
218227
public_suffix (5.0.4)
219228
puma (6.4.0)
220229
nio4r (~> 2.0)
221-
racc (1.7.3)
222-
rack (2.2.8)
230+
racc (1.8.1)
231+
rack (2.2.9)
223232
rack-cors (2.0.1)
224233
rack (>= 2.0.0)
225234
rack-proxy (0.7.7)
226235
rack
236+
rack-session (1.0.2)
237+
rack (< 3)
227238
rack-test (2.1.0)
228239
rack (>= 1.3)
229-
rails (7.0.8)
230-
actioncable (= 7.0.8)
231-
actionmailbox (= 7.0.8)
232-
actionmailer (= 7.0.8)
233-
actionpack (= 7.0.8)
234-
actiontext (= 7.0.8)
235-
actionview (= 7.0.8)
236-
activejob (= 7.0.8)
237-
activemodel (= 7.0.8)
238-
activerecord (= 7.0.8)
239-
activestorage (= 7.0.8)
240-
activesupport (= 7.0.8)
240+
rackup (1.0.0)
241+
rack (< 3)
242+
webrick
243+
rails (7.2.0)
244+
actioncable (= 7.2.0)
245+
actionmailbox (= 7.2.0)
246+
actionmailer (= 7.2.0)
247+
actionpack (= 7.2.0)
248+
actiontext (= 7.2.0)
249+
actionview (= 7.2.0)
250+
activejob (= 7.2.0)
251+
activemodel (= 7.2.0)
252+
activerecord (= 7.2.0)
253+
activestorage (= 7.2.0)
254+
activesupport (= 7.2.0)
241255
bundler (>= 1.15.0)
242-
railties (= 7.0.8)
256+
railties (= 7.2.0)
243257
rails-dom-testing (2.2.0)
244258
activesupport (>= 5.0.0)
245259
minitest
246260
nokogiri (>= 1.6)
247261
rails-html-sanitizer (1.6.0)
248262
loofah (~> 2.21)
249263
nokogiri (~> 1.14)
250-
railties (7.0.8)
251-
actionpack (= 7.0.8)
252-
activesupport (= 7.0.8)
253-
method_source
264+
railties (7.2.0)
265+
actionpack (= 7.2.0)
266+
activesupport (= 7.2.0)
267+
irb (~> 1.13)
268+
rackup (>= 1.0.0)
254269
rake (>= 12.2)
255-
thor (~> 1.0)
256-
zeitwerk (~> 2.5)
270+
thor (~> 1.0, >= 1.2.2)
271+
zeitwerk (~> 2.6)
257272
rainbow (3.1.1)
258-
rake (13.1.0)
273+
rake (13.2.1)
259274
ransack (4.1.1)
260275
activerecord (>= 6.1.5)
261276
activesupport (>= 6.1.5)
@@ -267,7 +282,7 @@ GEM
267282
redis-client (0.18.0)
268283
connection_pool
269284
regexp_parser (2.8.2)
270-
reline (0.4.0)
285+
reline (0.5.9)
271286
io-console (~> 0.5)
272287
responders (3.1.1)
273288
actionpack (>= 5.2)
@@ -323,6 +338,7 @@ GEM
323338
ruby_parser (3.20.3)
324339
sexp_processor (~> 4.16)
325340
rubyzip (2.3.2)
341+
securerandom (0.3.1)
326342
selenium-webdriver (4.10.0)
327343
rexml (~> 3.2, >= 3.2.5)
328344
rubyzip (>= 1.2.2, < 3.0)
@@ -342,12 +358,13 @@ GEM
342358
simplecov-html (0.12.3)
343359
simplecov_json_formatter (0.1.4)
344360
stringio (3.0.9)
345-
thor (1.3.0)
361+
thor (1.3.1)
346362
timeout (0.4.1)
347363
tomlrb (2.0.3)
348364
tzinfo (2.0.6)
349365
concurrent-ruby (~> 1.0)
350366
unicode-display_width (2.5.0)
367+
useragent (0.16.10)
351368
vite_rails (3.0.15)
352369
railties (>= 5.1, < 8)
353370
vite_ruby (~> 3.0, >= 3.2.2)
@@ -371,6 +388,7 @@ GEM
371388
nokogiri (~> 1.6)
372389
rubyzip (>= 1.3.0)
373390
selenium-webdriver (~> 4.0, < 4.11)
391+
webrick (1.8.1)
374392
websocket (1.2.10)
375393
websocket-driver (0.7.6)
376394
websocket-extensions (>= 0.1.0)
@@ -380,7 +398,7 @@ GEM
380398
rexml
381399
xpath (3.2.0)
382400
nokogiri (~> 1.8)
383-
zeitwerk (2.6.12)
401+
zeitwerk (2.6.17)
384402

385403
PLATFORMS
386404
arm64-darwin-21
@@ -413,7 +431,7 @@ DEPENDENCIES
413431
pry
414432
puma
415433
rack-cors
416-
rails (~> 7.0.8)
434+
rails (~> 7.2.0)
417435
ransack
418436
redis
419437
rspec-rails

0 commit comments

Comments
 (0)