From 7d1a2c59b4ec35a7f6ce991b715667df8957ec54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:36:10 +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] --- gemfiles/rubocop.gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/rubocop.gemfile b/gemfiles/rubocop.gemfile index 6d11cf3..ccc18e6 100644 --- a/gemfiles/rubocop.gemfile +++ b/gemfiles/rubocop.gemfile @@ -4,5 +4,5 @@ source "https://rubygems.org" do gem "standard", "~> 1.35" gem "rubocop-md", "~> 1.2" gem "rubocop-rake", "~> 0.6" - gem "rubocop-rspec", "~> 2.29" + gem "rubocop-rspec", "~> 3.0" end