Skip to content

Commit 28fa457

Browse files
Bump rails from 7.1.3.4 to 7.2.0
Bumps [rails](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3.4...v7.2.0) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4210075 commit 28fa457

File tree

1 file changed

+70
-73
lines changed

1 file changed

+70
-73
lines changed

Gemfile.lock

Lines changed: 70 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -12,80 +12,76 @@ GIT
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actioncable (7.1.3.4)
16-
actionpack (= 7.1.3.4)
17-
activesupport (= 7.1.3.4)
15+
actioncable (7.2.0)
16+
actionpack (= 7.2.0)
17+
activesupport (= 7.2.0)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
2020
zeitwerk (~> 2.6)
21-
actionmailbox (7.1.3.4)
22-
actionpack (= 7.1.3.4)
23-
activejob (= 7.1.3.4)
24-
activerecord (= 7.1.3.4)
25-
activestorage (= 7.1.3.4)
26-
activesupport (= 7.1.3.4)
27-
mail (>= 2.7.1)
28-
net-imap
29-
net-pop
30-
net-smtp
31-
actionmailer (7.1.3.4)
32-
actionpack (= 7.1.3.4)
33-
actionview (= 7.1.3.4)
34-
activejob (= 7.1.3.4)
35-
activesupport (= 7.1.3.4)
36-
mail (~> 2.5, >= 2.5.4)
37-
net-imap
38-
net-pop
39-
net-smtp
21+
actionmailbox (7.2.0)
22+
actionpack (= 7.2.0)
23+
activejob (= 7.2.0)
24+
activerecord (= 7.2.0)
25+
activestorage (= 7.2.0)
26+
activesupport (= 7.2.0)
27+
mail (>= 2.8.0)
28+
actionmailer (7.2.0)
29+
actionpack (= 7.2.0)
30+
actionview (= 7.2.0)
31+
activejob (= 7.2.0)
32+
activesupport (= 7.2.0)
33+
mail (>= 2.8.0)
4034
rails-dom-testing (~> 2.2)
41-
actionpack (7.1.3.4)
42-
actionview (= 7.1.3.4)
43-
activesupport (= 7.1.3.4)
35+
actionpack (7.2.0)
36+
actionview (= 7.2.0)
37+
activesupport (= 7.2.0)
4438
nokogiri (>= 1.8.5)
4539
racc
46-
rack (>= 2.2.4)
40+
rack (>= 2.2.4, < 3.2)
4741
rack-session (>= 1.0.1)
4842
rack-test (>= 0.6.3)
4943
rails-dom-testing (~> 2.2)
5044
rails-html-sanitizer (~> 1.6)
51-
actiontext (7.1.3.4)
52-
actionpack (= 7.1.3.4)
53-
activerecord (= 7.1.3.4)
54-
activestorage (= 7.1.3.4)
55-
activesupport (= 7.1.3.4)
45+
useragent (~> 0.16)
46+
actiontext (7.2.0)
47+
actionpack (= 7.2.0)
48+
activerecord (= 7.2.0)
49+
activestorage (= 7.2.0)
50+
activesupport (= 7.2.0)
5651
globalid (>= 0.6.0)
5752
nokogiri (>= 1.8.5)
58-
actionview (7.1.3.4)
59-
activesupport (= 7.1.3.4)
53+
actionview (7.2.0)
54+
activesupport (= 7.2.0)
6055
builder (~> 3.1)
6156
erubi (~> 1.11)
6257
rails-dom-testing (~> 2.2)
6358
rails-html-sanitizer (~> 1.6)
64-
activejob (7.1.3.4)
65-
activesupport (= 7.1.3.4)
59+
activejob (7.2.0)
60+
activesupport (= 7.2.0)
6661
globalid (>= 0.3.6)
67-
activemodel (7.1.3.4)
68-
activesupport (= 7.1.3.4)
69-
activerecord (7.1.3.4)
70-
activemodel (= 7.1.3.4)
71-
activesupport (= 7.1.3.4)
62+
activemodel (7.2.0)
63+
activesupport (= 7.2.0)
64+
activerecord (7.2.0)
65+
activemodel (= 7.2.0)
66+
activesupport (= 7.2.0)
7267
timeout (>= 0.4.0)
73-
activestorage (7.1.3.4)
74-
actionpack (= 7.1.3.4)
75-
activejob (= 7.1.3.4)
76-
activerecord (= 7.1.3.4)
77-
activesupport (= 7.1.3.4)
68+
activestorage (7.2.0)
69+
actionpack (= 7.2.0)
70+
activejob (= 7.2.0)
71+
activerecord (= 7.2.0)
72+
activesupport (= 7.2.0)
7873
marcel (~> 1.0)
79-
activesupport (7.1.3.4)
74+
activesupport (7.2.0)
8075
base64
8176
bigdecimal
82-
concurrent-ruby (~> 1.0, >= 1.0.2)
77+
concurrent-ruby (~> 1.0, >= 1.3.1)
8378
connection_pool (>= 2.2.5)
8479
drb
8580
i18n (>= 1.6, < 2)
81+
logger (>= 1.4.2)
8682
minitest (>= 5.1)
87-
mutex_m
88-
tzinfo (~> 2.0)
83+
securerandom (>= 0.3)
84+
tzinfo (~> 2.0, >= 2.0.5)
8985
addressable (2.8.6)
9086
public_suffix (>= 2.0.2, < 6.0)
9187
ar-uuid (0.2.3)
@@ -121,7 +117,7 @@ GEM
121117
open4 (~> 1.3)
122118
coderay (1.1.3)
123119
colored2 (3.1.2)
124-
concurrent-ruby (1.3.3)
120+
concurrent-ruby (1.3.4)
125121
connection_pool (2.4.1)
126122
cork (0.3.0)
127123
colored2 (~> 3.1)
@@ -222,7 +218,7 @@ GEM
222218
i18n (1.14.5)
223219
concurrent-ruby (~> 1.0)
224220
io-console (0.7.2)
225-
irb (1.13.2)
221+
irb (1.14.0)
226222
rdoc (>= 4.0.0)
227223
reline (>= 0.4.2)
228224
jbuilder (2.12.0)
@@ -257,11 +253,10 @@ GEM
257253
ruby2_keywords (~> 0.0.1)
258254
mustermann-grape (1.1.0)
259255
mustermann (>= 1.0.0)
260-
mutex_m (0.2.0)
261256
nap (1.1.0)
262257
net-http (0.4.1)
263258
uri
264-
net-imap (0.4.12)
259+
net-imap (0.4.14)
265260
date
266261
net-protocol
267262
net-pop (0.1.2)
@@ -272,7 +267,7 @@ GEM
272267
net-protocol
273268
nio4r (2.7.3)
274269
no_proxy_fix (0.1.2)
275-
nokogiri (1.16.6-x86_64-linux)
270+
nokogiri (1.16.7-x86_64-linux)
276271
racc (~> 1.4)
277272
octokit (8.1.0)
278273
base64
@@ -300,7 +295,7 @@ GEM
300295
puma (6.4.2)
301296
nio4r (~> 2.0)
302297
raabro (1.4.0)
303-
racc (1.8.0)
298+
racc (1.8.1)
304299
rack (3.1.7)
305300
rack-session (2.0.0)
306301
rack (>= 3.0.0)
@@ -309,31 +304,31 @@ GEM
309304
rackup (2.1.0)
310305
rack (>= 3)
311306
webrick (~> 1.8)
312-
rails (7.1.3.4)
313-
actioncable (= 7.1.3.4)
314-
actionmailbox (= 7.1.3.4)
315-
actionmailer (= 7.1.3.4)
316-
actionpack (= 7.1.3.4)
317-
actiontext (= 7.1.3.4)
318-
actionview (= 7.1.3.4)
319-
activejob (= 7.1.3.4)
320-
activemodel (= 7.1.3.4)
321-
activerecord (= 7.1.3.4)
322-
activestorage (= 7.1.3.4)
323-
activesupport (= 7.1.3.4)
307+
rails (7.2.0)
308+
actioncable (= 7.2.0)
309+
actionmailbox (= 7.2.0)
310+
actionmailer (= 7.2.0)
311+
actionpack (= 7.2.0)
312+
actiontext (= 7.2.0)
313+
actionview (= 7.2.0)
314+
activejob (= 7.2.0)
315+
activemodel (= 7.2.0)
316+
activerecord (= 7.2.0)
317+
activestorage (= 7.2.0)
318+
activesupport (= 7.2.0)
324319
bundler (>= 1.15.0)
325-
railties (= 7.1.3.4)
320+
railties (= 7.2.0)
326321
rails-dom-testing (2.2.0)
327322
activesupport (>= 5.0.0)
328323
minitest
329324
nokogiri (>= 1.6)
330325
rails-html-sanitizer (1.6.0)
331326
loofah (~> 2.21)
332327
nokogiri (~> 1.14)
333-
railties (7.1.3.4)
334-
actionpack (= 7.1.3.4)
335-
activesupport (= 7.1.3.4)
336-
irb
328+
railties (7.2.0)
329+
actionpack (= 7.2.0)
330+
activesupport (= 7.2.0)
331+
irb (~> 1.13)
337332
rackup (>= 1.0.0)
338333
rake (>= 12.2)
339334
thor (~> 1.0, >= 1.2.2)
@@ -428,6 +423,7 @@ GEM
428423
sawyer (0.9.2)
429424
addressable (>= 2.3.5)
430425
faraday (>= 0.17.3, < 3)
426+
securerandom (0.3.1)
431427
selenium-webdriver (4.23.0)
432428
base64 (~> 0.2)
433429
logger (~> 1.4)
@@ -473,6 +469,7 @@ GEM
473469
ulid (1.4.0)
474470
unicode-display_width (2.5.0)
475471
uri (0.13.0)
472+
useragent (0.16.10)
476473
warden (1.2.9)
477474
rack (>= 2.0.9)
478475
web-console (4.2.1)
@@ -491,7 +488,7 @@ GEM
491488
websocket-extensions (0.1.5)
492489
xpath (3.2.0)
493490
nokogiri (~> 1.8)
494-
zeitwerk (2.6.16)
491+
zeitwerk (2.6.17)
495492

496493
PLATFORMS
497494
x86_64-linux

0 commit comments

Comments
 (0)