diff --git a/spec/Gemfile b/spec/Gemfile index 0357af88..f72da258 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'bosh-template' gem 'rspec' -gem 'rubocop', '~> 1.60.2' +gem 'rubocop', '~> 1.61.0' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 86c3d3b4..4b4af6d5 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -29,7 +29,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES bosh-template rspec - rubocop (~> 1.60.2) + rubocop (~> 1.61.0) BUNDLED WITH 2.4.13