From 28686cdfeba09e1ab6298101ae2230cee09df0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:33:56 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.27.0 to ~> 1.76.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.27.0...v1.76.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- js_rails_routes.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js_rails_routes.gemspec b/js_rails_routes.gemspec index 4532098..39c96d2 100644 --- a/js_rails_routes.gemspec +++ b/js_rails_routes.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0' spec.add_development_dependency 'rake', '~> 12.3' spec.add_development_dependency 'rspec', '~> 3.8' - spec.add_development_dependency 'rubocop', '~> 1.27.0' + spec.add_development_dependency 'rubocop', '~> 1.76.2' spec.add_development_dependency 'rubocop-rspec', '~> 2.0' spec.add_development_dependency 'simplecov', '~> 0.16.1', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4', '!= 0.18.5', '!= 0.19.0', '!= 0.19.1' # rubocop:disable Metrics/LineLength spec.metadata['rubygems_mfa_required'] = 'true'