From a727a6aab557dda49f598d847533b821679cb2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:36:53 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.29 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.29.0...v3.0.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4c8ee6b..c5cfbeb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rubocop", "1.64.1" gem "rubocop-packaging", "0.5.2" gem "rubocop-performance", "1.21.0" gem "rubocop-rake", "0.6.0" -gem "rubocop-rspec", "~> 2.29" +gem "rubocop-rspec", "~> 3.0" gem "rubocop-sorbet" group :test, :development do