From 339147caf025e1566bd9c132bc1fa838a3bb9dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:36:55 +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 3cca3dcf..fc3cdf72 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.19', require: false + gem 'rubocop-rspec', '~> 3.0', require: false gem 'rubocop-performance', '~> 1.16', require: false end