From 3e0f2071e4c90b18f831a5ed80584fd85ff366cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:38:10 +0000 Subject: [PATCH] Update actionview requirement from ~> 7.2.2.1 to ~> 7.2.3 Updates the requirements on [actionview](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.2.2...v7.2.3) --- updated-dependencies: - dependency-name: actionview dependency-version: 7.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++++---------- rubocop-github.gemspec | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 395c177d..a37f5825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,13 +9,14 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + actionview (7.2.3) + activesupport (= 7.2.3) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.2) + activesupport (7.2.3) base64 benchmark (>= 0.3) bigdecimal @@ -29,9 +30,10 @@ GEM tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.3.0) + benchmark (0.5.0) + bigdecimal (3.3.1) builder (3.3.0) + cgi (0.5.0) concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) @@ -48,14 +50,14 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.9) minitest (5.26.1) - nokogiri (1.18.9) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) parser (3.3.9.0) @@ -114,7 +116,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionview (~> 7.2.2.1) + actionview (~> 7.2.3) minitest rake rubocop-github! diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index b1cf9cc4..61ec1c0d 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_dependency "rubocop-performance", ">= 1.24" s.add_dependency "rubocop-rails", ">= 2.23" - s.add_development_dependency "actionview", "~> 7.2.2.1" + s.add_development_dependency "actionview", "~> 7.2.3" s.add_development_dependency "minitest" s.add_development_dependency "rake"