diff --git a/bindings/ruby/Gemfile b/bindings/ruby/Gemfile index 67d032c2..1d0fd7b2 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.86", require: false +gem "rubocop", "~> 1.87", require: false gem "rubocop-minitest", "~> 0.39.1", require: false gem "rubocop-rake", "~> 0.7.1", require: false diff --git a/bindings/ruby/Gemfile.lock b/bindings/ruby/Gemfile.lock index 90484eef..3e418123 100644 --- a/bindings/ruby/Gemfile.lock +++ b/bindings/ruby/Gemfile.lock @@ -9,10 +9,10 @@ GEM specs: ast (2.4.3) drb (2.2.3) - json (2.19.4) + json (2.19.8) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - minitest (6.0.5) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) parallel (2.1.0) @@ -26,10 +26,10 @@ GEM rake-compiler (1.3.1) rake rake-compiler-dock (1.12.0) - rb_sys (0.9.127) + rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) regexp_parser (2.12.0) - rubocop (1.86.1) + rubocop (1.87.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.86) + rubocop (~> 1.87) rubocop-minitest (~> 0.39.1) rubocop-rake (~> 0.7.1)