diff --git a/spec/Gemfile b/spec/Gemfile index 19b62899..1ce75c24 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'bosh-template' gem 'rspec' -gem 'rubocop', '~> 1.66.1' +gem 'rubocop', '~> 1.67.0' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 357667cd..68405adf 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -27,7 +27,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -49,7 +49,7 @@ PLATFORMS DEPENDENCIES bosh-template rspec - rubocop (~> 1.66.1) + rubocop (~> 1.67.0) BUNDLED WITH 2.4.13