From e64c698eeed426f170992496b701e0fc8ecf1e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:27:12 -0700 Subject: [PATCH] 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](https://github.com/rails/rails/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index cfb43026334..f57dfbf45de 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index b8878928431..67c995d0244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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