From e975c39d872daba9fdc4f0f0ecb044f2f04b5fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:33:00 +0000 Subject: [PATCH] Chore(deps-dev): Update rubocop requirement from < 1.40 to < 1.89 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.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 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..5dba853 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.89' spec.add_development_dependency 'rubocop-rspec' # Needed by rubocop.