Skip to content

Commit 417a378

Browse files
authored
Merge pull request rails#432 from rails/dependabot/bundler/railties-7.2.2
build(deps): bump railties from 7.2.1.2 to 7.2.2
2 parents 73d79f1 + 6c6aaf0 commit 417a378

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (7.2.1.2)
12-
actionpack (= 7.2.1.2)
13-
actionview (= 7.2.1.2)
14-
activejob (= 7.2.1.2)
15-
activesupport (= 7.2.1.2)
11+
actionmailer (7.2.2)
12+
actionpack (= 7.2.2)
13+
actionview (= 7.2.2)
14+
activejob (= 7.2.2)
15+
activesupport (= 7.2.2)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (7.2.1.2)
19-
actionview (= 7.2.1.2)
20-
activesupport (= 7.2.1.2)
18+
actionpack (7.2.2)
19+
actionview (= 7.2.2)
20+
activesupport (= 7.2.2)
2121
nokogiri (>= 1.8.5)
2222
racc
2323
rack (>= 2.2.4, < 3.2)
@@ -26,17 +26,18 @@ GEM
2626
rails-dom-testing (~> 2.2)
2727
rails-html-sanitizer (~> 1.6)
2828
useragent (~> 0.16)
29-
actionview (7.2.1.2)
30-
activesupport (= 7.2.1.2)
29+
actionview (7.2.2)
30+
activesupport (= 7.2.2)
3131
builder (~> 3.1)
3232
erubi (~> 1.11)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
35-
activejob (7.2.1.2)
36-
activesupport (= 7.2.1.2)
35+
activejob (7.2.2)
36+
activesupport (= 7.2.2)
3737
globalid (>= 0.3.6)
38-
activesupport (7.2.1.2)
38+
activesupport (7.2.2)
3939
base64
40+
benchmark (>= 0.3)
4041
bigdecimal
4142
concurrent-ruby (~> 1.0, >= 1.3.1)
4243
connection_pool (>= 2.2.5)
@@ -47,6 +48,7 @@ GEM
4748
securerandom (>= 0.3)
4849
tzinfo (~> 2.0, >= 2.0.5)
4950
base64 (0.2.0)
51+
benchmark (0.3.0)
5052
bigdecimal (3.1.8)
5153
builder (3.3.0)
5254
concurrent-ruby (1.3.4)
@@ -106,19 +108,18 @@ GEM
106108
rack (>= 3.0.0)
107109
rack-test (2.1.0)
108110
rack (>= 1.3)
109-
rackup (2.1.0)
111+
rackup (2.2.0)
110112
rack (>= 3)
111-
webrick (~> 1.8)
112113
rails-dom-testing (2.2.0)
113114
activesupport (>= 5.0.0)
114115
minitest
115116
nokogiri (>= 1.6)
116117
rails-html-sanitizer (1.6.0)
117118
loofah (~> 2.21)
118119
nokogiri (~> 1.14)
119-
railties (7.2.1.2)
120-
actionpack (= 7.2.1.2)
121-
activesupport (= 7.2.1.2)
120+
railties (7.2.2)
121+
actionpack (= 7.2.2)
122+
activesupport (= 7.2.2)
122123
irb (~> 1.13)
123124
rackup (>= 1.0.0)
124125
rake (>= 12.2)
@@ -142,7 +143,6 @@ GEM
142143
tzinfo (2.0.6)
143144
concurrent-ruby (~> 1.0)
144145
useragent (0.16.10)
145-
webrick (1.8.2)
146146
zeitwerk (2.7.1)
147147

148148
PLATFORMS

0 commit comments

Comments
 (0)