From 70bd994c8915ddb3ba21d5fbd325223e02f9f665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:07:50 +0000 Subject: [PATCH] Update rubocop-rails requirement from ~> 2.25.0 to ~> 2.26.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.25.0...v2.26.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 94b8b92..bc5792e 100644 --- a/meta-tags.gemspec +++ b/meta-tags.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec-html-matchers", "~> 0.10.0" spec.add_development_dependency "simplecov", "~> 0.22.0" # Code style - spec.add_development_dependency "rubocop-rails", "~> 2.25.0" + 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 "standard", "~> 1.31"