From 4eb643e0a6f49a70113a97a5edda059bf3f59924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:05:24 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.81.1 to ~> 1.82.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.81.1...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9df2adc..2c7408e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'bundler', '>= 1.16' gem 'pry' gem 'rake', '~> 13.3' gem 'rspec', '~> 3.8' -gem 'rubocop', '~> 1.81.1' +gem 'rubocop', '~> 1.82.1' gem 'rubocop-rspec', '~> 3.0' gem 'simplecov', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4', '!= 0.18.5', '!= 0.19.0', '!= 0.19.1', '~> 0.22.0' # rubocop:disable Metrics/LineLength gem 'simplecov_json_formatter', '~> 0.1.4'