From 22495c16cece7646d2ca71894b2fabb46bb442c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:08:18 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.71.2 to ~> 1.75.2 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.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 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..ee8d8b6 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.2' gem 'rubocop-rspec', '~> 3' gem 'vcr', '~> 6.3.1' gem 'yard', '~> 0.9.37'