From 1f14731a656db965b99dd5424fc07e61b950b142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:38:10 +0000 Subject: [PATCH] Update rubocop-rails requirement from ~> 2.20.2 to ~> 2.21.0 Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.20.2...v2.21.0) --- updated-dependencies: - dependency-name: rubocop-rails 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 04f8a987..f2343c5d 100644 --- a/meta-tags.gemspec +++ b/meta-tags.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "simplecov", "~> 0.22.0" # Code style spec.add_development_dependency "standard", "~> 1.29" - spec.add_development_dependency "rubocop-rails", "~> 2.20.2" + spec.add_development_dependency "rubocop-rails", "~> 2.21.0" spec.add_development_dependency "rubocop-rake", "~> 0.6.0" spec.add_development_dependency "rubocop-rspec", "~> 2.23.0" # Format RSpec output for CircleCI