diff --git a/Gemfile b/Gemfile index 06edbf1..79a618c 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'rake', '~> 13.1' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.59' +gem 'rubocop', '~> 1.60' gem 'vcr', '~> 6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 309f8c6..d7fd2b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,11 +45,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - 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) @@ -71,7 +71,7 @@ DEPENDENCIES rake (~> 13.1) relic_link! rspec (~> 3.0) - rubocop (~> 1.59) + rubocop (~> 1.60) vcr (~> 6.2) BUNDLED WITH