From fba92b5a3042d18c35c171a82442f3a6f27656af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:20:36 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.26 to ~> 2.31.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.26.0...v2.31.0) --- 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 8664e8b..5a22ea9 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.26' + s.add_runtime_dependency 'rubocop-rspec', '~> 2.31.0' end