From 464a33d95cc16cda84024511c5ef554b401d5b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:50:38 +0000 Subject: [PATCH] Chore(deps-dev): Update rubocop requirement from < 1.40 to < 1.87 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/v0.0.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- crate_ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate_ruby.gemspec b/crate_ruby.gemspec index 41c5efd..9c8c7c4 100644 --- a/crate_ruby.gemspec +++ b/crate_ruby.gemspec @@ -60,7 +60,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'bundler' spec.add_development_dependency 'os' spec.add_development_dependency 'rspec', '~> 3.10' - spec.add_development_dependency 'rubocop', '< 1.40' + spec.add_development_dependency 'rubocop', '< 1.87' spec.add_development_dependency 'rubocop-rspec' # Needed by rubocop.