From 924bb01e398b1ad4062fb58a8b42118b6fb7c41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:56:07 +0000 Subject: [PATCH] build(deps): bump actionview from 7.2.2 to 7.2.2.1 Bumps [actionview](https://github.com/rails/rails) from 7.2.2 to 7.2.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.2...v7.2.2.1) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 11fa9ad9f69..0eeabacdca2 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'vmstat', '~> 2.3' # Rails Components gem 'actionpack', '~> 7.2.2' -gem 'actionview', '~> 7.2.1' +gem 'actionview', '~> 7.2.2' gem 'activemodel', '~> 7.2.1' gem 'railties', '~> 7.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 65f72941e11..9a3dd345d9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,9 +42,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2) - actionview (= 7.2.2) - activesupport (= 7.2.2) + actionpack (7.2.2.1) + actionview (= 7.2.2.1) + activesupport (= 7.2.2.1) nokogiri (>= 1.8.5) racc rack (>= 2.2.4, < 3.2) @@ -53,15 +53,15 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.2) - activesupport (= 7.2.2) + actionview (7.2.2.1) + activesupport (= 7.2.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.2.2) - activesupport (= 7.2.2) - activesupport (7.2.2) + activemodel (7.2.2.1) + activesupport (= 7.2.2.1) + activesupport (7.2.2.1) base64 benchmark (>= 0.3) bigdecimal @@ -291,7 +291,7 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) - logger (1.6.1) + logger (1.6.2) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) loofah (2.23.1) @@ -306,7 +306,7 @@ GEM mime-types-data (3.2024.1001) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.1) + minitest (5.25.4) mock_redis (0.49.0) redis (~> 5) ms_rest (0.6.4) @@ -384,9 +384,9 @@ GEM rails-html-sanitizer (1.6.1) 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 (7.2.2) - actionpack (= 7.2.2) - activesupport (= 7.2.2) + railties (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.2.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -489,7 +489,7 @@ GEM ruby_parser (3.8.3) sexp_processor (~> 4.1) rubyzip (2.3.2) - securerandom (0.3.2) + securerandom (0.4.0) sequel (5.87.0) bigdecimal sequel_pg (1.17.1) @@ -583,7 +583,7 @@ PLATFORMS DEPENDENCIES actionpack (~> 7.2.2) - actionview (~> 7.2.1) + actionview (~> 7.2.2) activemodel (~> 7.2.1) addressable allowy (>= 2.1.0)