Skip to content

Commit

Permalink
build(deps): bump actionpack from 7.2.1.2 to 7.2.2 (#4053)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent bcf88dc commit e64c698
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'thin'
gem 'vmstat', '~> 2.3'

# Rails Components
gem 'actionpack', '~> 7.2.1'
gem 'actionpack', '~> 7.2.2'
gem 'actionview', '~> 7.2.1'
gem 'activemodel', '~> 7.2.1'
gem 'railties', '~> 7.2.1'
Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (7.2.1.2)
actionview (= 7.2.1.2)
activesupport (= 7.2.1.2)
actionpack (7.2.2)
actionview (= 7.2.2)
activesupport (= 7.2.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
Expand All @@ -60,16 +60,17 @@ GEM
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (7.2.1.2)
activesupport (= 7.2.1.2)
actionview (7.2.2)
activesupport (= 7.2.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.2.1.2)
activesupport (= 7.2.1.2)
activesupport (7.2.1.2)
activemodel (7.2.2)
activesupport (= 7.2.2)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand Down Expand Up @@ -309,7 +310,7 @@ GEM
logger (1.6.1)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand Down Expand Up @@ -398,9 +399,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.2.1.2)
actionpack (= 7.2.1.2)
activesupport (= 7.2.1.2)
railties (7.2.2)
actionpack (= 7.2.2)
activesupport (= 7.2.2)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -595,7 +596,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionpack (~> 7.2.1)
actionpack (~> 7.2.2)
actionview (~> 7.2.1)
activemodel (~> 7.2.1)
addressable
Expand Down

0 comments on commit e64c698

Please sign in to comment.