From a34353fb20f45a92f0666d3955e9db1d829929a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:55:50 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.0 to ~> 3.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.0.0...v3.0.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- statics.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statics.gemspec b/statics.gemspec index 531074d..c0fcc17 100644 --- a/statics.gemspec +++ b/statics.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "rspec_junit_formatter", "~> 0.4" - spec.add_development_dependency "rubocop-rspec", "~> 2.0" + spec.add_development_dependency "rubocop-rspec", "~> 3.0" spec.add_development_dependency "standard", "~> 1.1" spec.add_development_dependency "simplecov", "~> 0.1" end