From 6c04ba29a828b0416505e6de7e5933b17bf5b658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 08:47:13 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.71.2 to ~> 1.75.5 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.71.2...v1.75.5) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 83c8408..8ed1fbb 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem 'faker', '~> 3.4.2' gem 'pry', '~> 0.15.0' gem 'rspec', '~> 3.13.0' - gem 'rubocop', '~> 1.71.2' + gem 'rubocop', '~> 1.75.5' gem 'rubocop-rspec', '~> 3' gem 'vcr', '~> 6.3.1' gem 'yard', '~> 0.9.37'