From bb24a143e96e34b200baf3ea01b66f5e2f023057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:14:02 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.31.0 to >= 2.31, < 3.1 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.31.0...v3.0.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- voxpupuli-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index 154870c..00fcfa3 100644 --- a/voxpupuli-rubocop.gemspec +++ b/voxpupuli-rubocop.gemspec @@ -18,5 +18,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'rubocop-minitest', '~> 0.35.0' s.add_runtime_dependency 'rubocop-performance', '~> 1.21.0' s.add_runtime_dependency 'rubocop-rake', '~> 0.6.0' - s.add_runtime_dependency 'rubocop-rspec', '~> 2.31.0' + s.add_runtime_dependency 'rubocop-rspec', '>= 2.31', '< 3.1' end