From d26555fb4941420f2fcacb86d8cd38ef167b64b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:54:10 +0000 Subject: [PATCH] Update rubocop-rspec requirement from = 2.24.1 to = 2.25.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.24.1...v2.25.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panolint-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panolint-ruby.gemspec b/panolint-ruby.gemspec index 447a7ca..f236d09 100644 --- a/panolint-ruby.gemspec +++ b/panolint-ruby.gemspec @@ -21,5 +21,5 @@ Gem::Specification.new do |spec| # so that code bases using panolint-ruby will get the latest versions spec.add_dependency "rubocop", "1.57.1" spec.add_dependency "rubocop-performance", "1.19.1" - spec.add_dependency "rubocop-rspec", "2.24.1" + spec.add_dependency "rubocop-rspec", "2.25.0" end