From b27e18b5374383d96cc0e7f6a09ec4f6cdbdd41b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:39:20 +0000 Subject: [PATCH] chore(deps): update rubocop-config digest to 755a480 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f27b581..b4f7c44 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :test do gem 'capybara' gem 'rackup' gem 'rspec', '~> 3.12' - gem 'rubocop-config', github: 'jgraichen/rubocop-config', ref: '926aa8196328b321bc310e3374070f451104df0f', require: false + gem 'rubocop-config', github: 'jgraichen/rubocop-config', ref: '755a4808a85f5b85cdbe68150de89200fabc7369', require: false gem 'selenium-webdriver' gem 'webrick' end