diff --git a/Gemfile b/Gemfile index d89fecb..47aa6ce 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake', '~> 13.2' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.67' +gem 'rubocop', '~> 1.68' gem 'rubocop-rake' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 1d08df7..ea939a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -79,7 +79,7 @@ DEPENDENCIES rake (~> 13.2) relic_link! rspec (~> 3.13) - rubocop (~> 1.67) + rubocop (~> 1.68) rubocop-rake rubocop-rspec vcr (~> 6.3)