From 5bf38fbcfb8a8282e2058e4cad96cb6aa001f9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:24:05 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 1.41.0 to ~> 2.4.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/v1.41.0...v2.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 0f3f0dc..527a573 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -8,4 +8,4 @@ gem "rubocop", "~> 1.13.0" gem "rubocop-github", "~> 0.16.0" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.5" -gem "rubocop-rspec", "~> 1.41.0" \ No newline at end of file +gem "rubocop-rspec", "~> 2.4.0" \ No newline at end of file