diff --git a/Gemfile b/Gemfile index 4b68664a..ae434f29 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.63.1' + gem 'rubocop', '~> 1.63.2' gem 'rubocop-capybara', '~> 2.20.0' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rails', '~> 2.24.1' diff --git a/Gemfile.lock b/Gemfile.lock index 4eab799a..fe6d6266 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -365,7 +365,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.63.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -499,7 +499,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.63.1) + rubocop (~> 1.63.2) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.1)