From 639d63d24a1e470233d30be3265de4ecf25f0855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:02:39 +0000 Subject: [PATCH] build(deps): bump actionpack from 8.1.0 to 8.1.1 Bumps [actionpack](https://github.com/rails/rails) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: actionpack dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 9c398bfabd7..c25f73da310 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'uri', '~> 1.0' gem 'vmstat', '~> 2.3' # Rails Components -gem 'actionpack', '~> 8.1.0' +gem 'actionpack', '~> 8.1.1' gem 'actionview', '~> 8.1.0' gem 'activemodel', '~> 8.1.0' gem 'railties', '~> 8.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9faf7fd3eb1..2cd5bcfa0a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,9 +42,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (8.1.0) - actionview (= 8.1.0) - activesupport (= 8.1.0) + actionpack (8.1.1) + actionview (= 8.1.1) + activesupport (= 8.1.1) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -52,15 +52,15 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.1.0) - activesupport (= 8.1.0) + actionview (8.1.1) + activesupport (= 8.1.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (8.1.0) - activesupport (= 8.1.0) - activesupport (8.1.0) + activemodel (8.1.1) + activesupport (= 8.1.1) + activesupport (8.1.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -282,7 +282,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.6.1) - json (2.15.1) + json (2.15.2) json-diff (0.4.1) json-schema (6.0.0) addressable (~> 2.8) @@ -409,9 +409,9 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (8.1.0) - actionpack (= 8.1.0) - activesupport (= 8.1.0) + railties (8.1.1) + actionpack (= 8.1.1) + activesupport (= 8.1.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -631,7 +631,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 8.1.0) + actionpack (~> 8.1.1) actionview (~> 8.1.0) activemodel (~> 8.1.0) addressable