From ae0ec0faab3fdcf40c6b54b133259a8c739020b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:31:35 +0000 Subject: [PATCH] chore(deps-dev): update rubocop-rspec requirement from ~> 2.4, >= 2.4.0 to ~> 3.6 Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.4.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 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 8c7f41b..f0c7e8a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :plugins do gem 'rspec-mocks', '~> 3.10', '>= 3.10.0' gem 'rubocop', '~> 1.0' gem 'rubocop-rake', '~> 0.6', '>= 0.6.0' - gem 'rubocop-rspec', '~> 2.4', '>= 2.4.0' + gem 'rubocop-rspec', '~> 3.6' gem 'ruby-progressbar', '~> 1.11', '>= 1.11.0' gem 'strings-ansi', '~> 0.2.0' end