From 90f874b734b42270f78bcfcfc3f0ae673024c683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:12:22 +0000 Subject: [PATCH] Update actionview requirement from ~> 7.2.3 to ~> 8.1.2 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.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.3...v8.1.2) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 +++++++++++------------ rubocop-github.gemspec | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56a41bd5..eae9bf5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,35 +9,33 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.2.3) - activesupport (= 7.2.3) + actionview (8.1.2) + activesupport (= 8.1.2) builder (~> 3.1) - cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.3) + activesupport (8.1.2) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.5.0) bigdecimal (4.0.1) builder (3.3.0) - cgi (0.5.0) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) drb (2.2.3) erubi (1.13.1) @@ -50,7 +48,7 @@ GEM language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mcp (0.8.0) @@ -78,8 +76,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + 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) rainbow (3.1.1) rake (13.3.1) @@ -116,6 +114,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) + uri (1.1.1) PLATFORMS arm64-darwin-21 @@ -125,7 +124,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionview (~> 7.2.3) + actionview (~> 8.1.2) minitest rake rubocop-github! diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index 61c16cde..ed7551d2 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.3" + s.add_development_dependency "actionview", "~> 8.1.2" s.add_development_dependency "minitest" s.add_development_dependency "rake"