From 4a7a46824c07b7f2f841fa5e96da31aff458f633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:09:04 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 3.0.1 to ~> 3.1.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/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- meta-tags.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tags.gemspec b/meta-tags.gemspec index a9b8d2d..e7ac04c 100644 --- a/meta-tags.gemspec +++ b/meta-tags.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |spec| # Code style spec.add_development_dependency "rubocop-rails", "~> 2.26.0" spec.add_development_dependency "rubocop-rake", "~> 0.6.0" - spec.add_development_dependency "rubocop-rspec", "~> 3.0.1" + spec.add_development_dependency "rubocop-rspec", "~> 3.1.0" spec.add_development_dependency "standard", "~> 1.31" # Format RSpec output for CircleCI spec.add_development_dependency "rspec_junit_formatter", "~> 0.6.0"