From d8538317356505f00c42dd0235747e341b389283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:22:48 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.19 to ~> 3.0 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.19.0...v3.0.0) --- updated-dependencies: - dependency-name: rubocop-rspec 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 89a6afff..16eb6eee 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ group :tests do # these require special dependencies to have everything load properly # rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support gem 'rubocop', '~> 1.48.1', require: false - gem 'rubocop-rspec', '~> 2.20.0', require: false + gem 'rubocop-rspec', '~> 3.0.0', require: false gem 'rubocop-performance', '~> 1.17.1', require: false end