Skip to content

Commit 082ccca

Browse files
build(deps): bump railties from 7.1.3.4 to 7.2.0
Bumps [railties](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.0/railties/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.2.0) --- updated-dependencies: - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0301c4a commit 082ccca

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

Gemfile.lock

+34-33
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,48 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.1.3.4)
11-
actionpack (= 7.1.3.4)
12-
actionview (= 7.1.3.4)
13-
activejob (= 7.1.3.4)
14-
activesupport (= 7.1.3.4)
15-
mail (~> 2.5, >= 2.5.4)
16-
net-imap
17-
net-pop
18-
net-smtp
10+
actionmailer (7.2.0)
11+
actionpack (= 7.2.0)
12+
actionview (= 7.2.0)
13+
activejob (= 7.2.0)
14+
activesupport (= 7.2.0)
15+
mail (>= 2.8.0)
1916
rails-dom-testing (~> 2.2)
20-
actionpack (7.1.3.4)
21-
actionview (= 7.1.3.4)
22-
activesupport (= 7.1.3.4)
17+
actionpack (7.2.0)
18+
actionview (= 7.2.0)
19+
activesupport (= 7.2.0)
2320
nokogiri (>= 1.8.5)
2421
racc
25-
rack (>= 2.2.4)
22+
rack (>= 2.2.4, < 3.2)
2623
rack-session (>= 1.0.1)
2724
rack-test (>= 0.6.3)
2825
rails-dom-testing (~> 2.2)
2926
rails-html-sanitizer (~> 1.6)
30-
actionview (7.1.3.4)
31-
activesupport (= 7.1.3.4)
27+
useragent (~> 0.16)
28+
actionview (7.2.0)
29+
activesupport (= 7.2.0)
3230
builder (~> 3.1)
3331
erubi (~> 1.11)
3432
rails-dom-testing (~> 2.2)
3533
rails-html-sanitizer (~> 1.6)
36-
activejob (7.1.3.4)
37-
activesupport (= 7.1.3.4)
34+
activejob (7.2.0)
35+
activesupport (= 7.2.0)
3836
globalid (>= 0.3.6)
39-
activesupport (7.1.3.4)
37+
activesupport (7.2.0)
4038
base64
4139
bigdecimal
42-
concurrent-ruby (~> 1.0, >= 1.0.2)
40+
concurrent-ruby (~> 1.0, >= 1.3.1)
4341
connection_pool (>= 2.2.5)
4442
drb
4543
i18n (>= 1.6, < 2)
44+
logger (>= 1.4.2)
4645
minitest (>= 5.1)
47-
mutex_m
48-
tzinfo (~> 2.0)
46+
securerandom (>= 0.3)
47+
tzinfo (~> 2.0, >= 2.0.5)
4948
base64 (0.2.0)
5049
bigdecimal (3.1.8)
5150
builder (3.3.0)
52-
concurrent-ruby (1.3.3)
51+
concurrent-ruby (1.3.4)
5352
connection_pool (2.4.1)
5453
crass (1.0.6)
5554
date (3.3.4)
@@ -66,6 +65,7 @@ GEM
6665
irb (1.14.0)
6766
rdoc (>= 4.0.0)
6867
reline (>= 0.4.2)
68+
logger (1.6.0)
6969
loofah (2.22.0)
7070
crass (~> 1.0.2)
7171
nokogiri (>= 1.12.0)
@@ -77,7 +77,6 @@ GEM
7777
mini_mime (1.1.5)
7878
mini_portile2 (2.8.7)
7979
minitest (5.24.1)
80-
mutex_m (0.2.0)
8180
net-imap (0.4.14)
8281
date
8382
net-protocol
@@ -86,18 +85,18 @@ GEM
8685
timeout
8786
net-smtp (0.5.0)
8887
net-protocol
89-
nokogiri (1.16.6)
88+
nokogiri (1.16.7)
9089
mini_portile2 (~> 2.8.2)
9190
racc (~> 1.4)
92-
nokogiri (1.16.6-arm64-darwin)
91+
nokogiri (1.16.7-arm64-darwin)
9392
racc (~> 1.4)
94-
nokogiri (1.16.6-x86_64-darwin)
93+
nokogiri (1.16.7-x86_64-darwin)
9594
racc (~> 1.4)
96-
nokogiri (1.16.6-x86_64-linux)
95+
nokogiri (1.16.7-x86_64-linux)
9796
racc (~> 1.4)
9897
psych (5.1.2)
9998
stringio
100-
racc (1.8.0)
99+
racc (1.8.1)
101100
rack (3.1.7)
102101
rack-session (2.0.0)
103102
rack (>= 3.0.0)
@@ -113,10 +112,10 @@ GEM
113112
rails-html-sanitizer (1.6.0)
114113
loofah (~> 2.21)
115114
nokogiri (~> 1.14)
116-
railties (7.1.3.4)
117-
actionpack (= 7.1.3.4)
118-
activesupport (= 7.1.3.4)
119-
irb
115+
railties (7.2.0)
116+
actionpack (= 7.2.0)
117+
activesupport (= 7.2.0)
118+
irb (~> 1.13)
120119
rackup (>= 1.0.0)
121120
rake (>= 12.2)
122121
thor (~> 1.0, >= 1.2.2)
@@ -126,13 +125,15 @@ GEM
126125
psych (>= 4.0.0)
127126
reline (0.5.9)
128127
io-console (~> 0.5)
128+
securerandom (0.3.1)
129129
stringio (3.1.1)
130130
thor (1.3.1)
131131
timeout (0.4.1)
132132
tzinfo (2.0.6)
133133
concurrent-ruby (~> 1.0)
134+
useragent (0.16.10)
134135
webrick (1.8.1)
135-
zeitwerk (2.6.16)
136+
zeitwerk (2.6.17)
136137

137138
PLATFORMS
138139
arm64-darwin

0 commit comments

Comments
 (0)