Skip to content

Commit 7388f4c

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

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Gemfile.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
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)
10+
actionmailer (7.2.1)
11+
actionpack (= 7.2.1)
12+
actionview (= 7.2.1)
13+
activejob (= 7.2.1)
14+
activesupport (= 7.2.1)
1515
mail (>= 2.8.0)
1616
rails-dom-testing (~> 2.2)
17-
actionpack (7.2.0)
18-
actionview (= 7.2.0)
19-
activesupport (= 7.2.0)
17+
actionpack (7.2.1)
18+
actionview (= 7.2.1)
19+
activesupport (= 7.2.1)
2020
nokogiri (>= 1.8.5)
2121
racc
2222
rack (>= 2.2.4, < 3.2)
@@ -25,16 +25,16 @@ GEM
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
2727
useragent (~> 0.16)
28-
actionview (7.2.0)
29-
activesupport (= 7.2.0)
28+
actionview (7.2.1)
29+
activesupport (= 7.2.1)
3030
builder (~> 3.1)
3131
erubi (~> 1.11)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
34-
activejob (7.2.0)
35-
activesupport (= 7.2.0)
34+
activejob (7.2.1)
35+
activesupport (= 7.2.1)
3636
globalid (>= 0.3.6)
37-
activesupport (7.2.0)
37+
activesupport (7.2.1)
3838
base64
3939
bigdecimal
4040
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -76,7 +76,7 @@ GEM
7676
net-smtp
7777
mini_mime (1.1.5)
7878
mini_portile2 (2.8.7)
79-
minitest (5.24.1)
79+
minitest (5.25.1)
8080
net-imap (0.4.14)
8181
date
8282
net-protocol
@@ -113,9 +113,9 @@ GEM
113113
rails-html-sanitizer (1.6.0)
114114
loofah (~> 2.21)
115115
nokogiri (~> 1.14)
116-
railties (7.2.0)
117-
actionpack (= 7.2.0)
118-
activesupport (= 7.2.0)
116+
railties (7.2.1)
117+
actionpack (= 7.2.1)
118+
activesupport (= 7.2.1)
119119
irb (~> 1.13)
120120
rackup (>= 1.0.0)
121121
rake (>= 12.2)

0 commit comments

Comments
 (0)