Skip to content

Commit b7a6a54

Browse files
build(deps): bump actionpack from 7.2.1 to 7.2.1.1 (#4023)
Bumps [actionpack](https://github.com/rails/rails) from 7.2.1 to 7.2.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.1...v7.2.1.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c8d6bc commit b7a6a54

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actionpack (7.2.1)
53-
actionview (= 7.2.1)
54-
activesupport (= 7.2.1)
52+
actionpack (7.2.1.1)
53+
actionview (= 7.2.1.1)
54+
activesupport (= 7.2.1.1)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4, < 3.2)
@@ -60,15 +60,15 @@ GEM
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actionview (7.2.1)
64-
activesupport (= 7.2.1)
63+
actionview (7.2.1.1)
64+
activesupport (= 7.2.1.1)
6565
builder (~> 3.1)
6666
erubi (~> 1.11)
6767
rails-dom-testing (~> 2.2)
6868
rails-html-sanitizer (~> 1.6)
69-
activemodel (7.2.1)
70-
activesupport (= 7.2.1)
71-
activesupport (7.2.1)
69+
activemodel (7.2.1.1)
70+
activesupport (= 7.2.1.1)
71+
activesupport (7.2.1.1)
7272
base64
7373
bigdecimal
7474
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -380,7 +380,7 @@ GEM
380380
puma (6.4.3)
381381
nio4r (~> 2.0)
382382
racc (1.8.1)
383-
rack (2.2.9)
383+
rack (2.2.10)
384384
rack-protection (3.2.0)
385385
base64 (>= 0.1.0)
386386
rack (~> 2.2, >= 2.2.4)
@@ -398,9 +398,9 @@ GEM
398398
rails-html-sanitizer (1.6.0)
399399
loofah (~> 2.21)
400400
nokogiri (~> 1.14)
401-
railties (7.2.1)
402-
actionpack (= 7.2.1)
403-
activesupport (= 7.2.1)
401+
railties (7.2.1.1)
402+
actionpack (= 7.2.1.1)
403+
activesupport (= 7.2.1.1)
404404
irb (~> 1.13)
405405
rackup (>= 1.0.0)
406406
rake (>= 12.2)

0 commit comments

Comments
 (0)