diff --git a/Gemfile b/Gemfile index 2d79bc950f..649f4a6bf8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' ruby '3.2.2' -gem 'rubocop', '1.59.0', require: false +gem 'rubocop', '1.60.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8f6f3d7d38..770ed7cd3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,11 +12,11 @@ GEM rainbow (3.1.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -33,7 +33,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.59.0) + rubocop (= 1.60.0) RUBY VERSION ruby 3.2.2p53