From 429a51cb1fe70e9a95dc41d6ec2d1f7ea9b26da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:22:36 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from ~> 1.86.0 to ~> 1.89.0 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.86.0...v1.89.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- oxidized.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxidized.gemspec b/oxidized.gemspec index 9553bd43d..5433fd2cd 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -53,7 +53,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 13.0' # Rubocop introduces new rules in minor versions, so we limit automatic # updates to patches - s.add_development_dependency 'rubocop', '~> 1.86.0' + s.add_development_dependency 'rubocop', '~> 1.89.0' s.add_development_dependency 'rubocop-minitest', '~> 0.39.1' s.add_development_dependency 'rubocop-rake', '~> 0.7.0' s.add_development_dependency 'rubocop-sequel', '~> 0.4.0'