diff --git a/bindings/ruby/Gemfile b/bindings/ruby/Gemfile index 66342a254..9871304cb 100644 --- a/bindings/ruby/Gemfile +++ b/bindings/ruby/Gemfile @@ -11,6 +11,6 @@ gem "minitest", "~> 6.0" gem "rake", "~> 13.4" gem "rake-compiler", "~> 1.3" gem "rake-compiler-dock", "~> 1.12" -gem "rubocop", "~> 1.88", require: false +gem "rubocop", "~> 1.89", require: false gem "rubocop-minitest", "~> 0.40.0", require: false gem "rubocop-rake", "~> 0.7.1", require: false diff --git a/bindings/ruby/Gemfile.lock b/bindings/ruby/Gemfile.lock index 4af1e54d4..02b32e6bc 100644 --- a/bindings/ruby/Gemfile.lock +++ b/bindings/ruby/Gemfile.lock @@ -9,7 +9,7 @@ GEM specs: ast (2.4.3) drb (2.2.3) - json (2.21.1) + json (2.21.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) minitest (6.0.6) @@ -29,7 +29,7 @@ GEM rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) regexp_parser (2.12.0) - rubocop (1.88.2) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -65,7 +65,7 @@ DEPENDENCIES rake-compiler (~> 1.3) rake-compiler-dock (~> 1.12) regorusrb! - rubocop (~> 1.88) + rubocop (~> 1.89) rubocop-minitest (~> 0.40.0) rubocop-rake (~> 0.7.1)