From 85a5c4bd4f940dd703047a268efb241eca78676a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:10:41 +0000 Subject: [PATCH] build(deps): bump railties from 8.1.2 to 8.1.2.1 Bumps [railties](https://github.com/rails/rails) from 8.1.2 to 8.1.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.1.2...v8.1.2.1) --- updated-dependencies: - dependency-name: railties dependency-version: 8.1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 977f1d5b560..e7ba26c95ec 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'vmstat', '~> 2.3' gem 'actionpack', '~> 8.1.2' gem 'actionview', '~> 8.1.1' gem 'activemodel', '~> 8.1.2' -gem 'railties', '~> 8.1.1' +gem 'railties', '~> 8.1.2' gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 4681a6f1386..a71db75a0e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,9 +35,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (8.1.2) - actionview (= 8.1.2) - activesupport (= 8.1.2) + actionpack (8.1.2.1) + actionview (= 8.1.2.1) + activesupport (= 8.1.2.1) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -45,15 +45,15 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.1.2) - activesupport (= 8.1.2) + actionview (8.1.2.1) + activesupport (= 8.1.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (8.1.2) - activesupport (= 8.1.2) - activesupport (8.1.2) + activemodel (8.1.2.1) + activesupport (= 8.1.2.1) + activesupport (8.1.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -391,9 +391,9 @@ GEM rails-html-sanitizer (1.7.0) loofah (~> 2.25) 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.2) - actionpack (= 8.1.2) - activesupport (= 8.1.2) + railties (8.1.2.1) + actionpack (= 8.1.2.1) + activesupport (= 8.1.2.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -657,7 +657,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 8.1.1) + railties (~> 8.1.2) rake redis roodi