Skip to content

Commit e64c698

Browse files
build(deps): bump actionpack from 7.2.1.2 to 7.2.2 (#4053)
Bumps [actionpack](https://github.com/rails/rails) from 7.2.1.2 to 7.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.2) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcf88dc commit e64c698

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem 'thin'
4646
gem 'vmstat', '~> 2.3'
4747

4848
# Rails Components
49-
gem 'actionpack', '~> 7.2.1'
49+
gem 'actionpack', '~> 7.2.2'
5050
gem 'actionview', '~> 7.2.1'
5151
gem 'activemodel', '~> 7.2.1'
5252
gem 'railties', '~> 7.2.1'

Gemfile.lock

Lines changed: 14 additions & 13 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.2)
53-
actionview (= 7.2.1.2)
54-
activesupport (= 7.2.1.2)
52+
actionpack (7.2.2)
53+
actionview (= 7.2.2)
54+
activesupport (= 7.2.2)
5555
nokogiri (>= 1.8.5)
5656
racc
5757
rack (>= 2.2.4, < 3.2)
@@ -60,16 +60,17 @@ GEM
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actionview (7.2.1.2)
64-
activesupport (= 7.2.1.2)
63+
actionview (7.2.2)
64+
activesupport (= 7.2.2)
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.2)
70-
activesupport (= 7.2.1.2)
71-
activesupport (7.2.1.2)
69+
activemodel (7.2.2)
70+
activesupport (= 7.2.2)
71+
activesupport (7.2.2)
7272
base64
73+
benchmark (>= 0.3)
7374
bigdecimal
7475
concurrent-ruby (~> 1.0, >= 1.3.1)
7576
connection_pool (>= 2.2.5)
@@ -309,7 +310,7 @@ GEM
309310
logger (1.6.1)
310311
loggregator_emitter (5.2.0)
311312
beefcake (~> 1.0.0)
312-
loofah (2.22.0)
313+
loofah (2.23.1)
313314
crass (~> 1.0.2)
314315
nokogiri (>= 1.12.0)
315316
machinist (1.0.6)
@@ -398,9 +399,9 @@ GEM
398399
rails-html-sanitizer (1.6.0)
399400
loofah (~> 2.21)
400401
nokogiri (~> 1.14)
401-
railties (7.2.1.2)
402-
actionpack (= 7.2.1.2)
403-
activesupport (= 7.2.1.2)
402+
railties (7.2.2)
403+
actionpack (= 7.2.2)
404+
activesupport (= 7.2.2)
404405
irb (~> 1.13)
405406
rackup (>= 1.0.0)
406407
rake (>= 12.2)
@@ -595,7 +596,7 @@ PLATFORMS
595596
x86_64-linux
596597

597598
DEPENDENCIES
598-
actionpack (~> 7.2.1)
599+
actionpack (~> 7.2.2)
599600
actionview (~> 7.2.1)
600601
activemodel (~> 7.2.1)
601602
addressable

0 commit comments

Comments
 (0)