From 59391b3aba4636e90818b8f6a40bfd33fc5f729c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:04:51 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.80.1 to ~> 1.81.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.80.1...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.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 bb45ad9..08019f2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gem 'bundler', '>= 1.16' gem 'pry' gem 'rake', '~> 13.3' gem 'rspec', '~> 3.8' -gem 'rubocop', '~> 1.80.1' +gem 'rubocop', '~> 1.81.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