From 5d12164eed7cb3498b767400acc15c1770efe649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:33:00 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.25.0 to ~> 2.26.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.25.0...v2.26.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 9c963d3..6fdb273 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.34.1' s.add_runtime_dependency 'rubocop-performance', '~> 1.20.0' s.add_runtime_dependency 'rubocop-rake', '~> 0.6.0' - s.add_runtime_dependency 'rubocop-rspec', '~> 2.25.0' + s.add_runtime_dependency 'rubocop-rspec', '~> 2.26' end