diff --git a/Gemfile b/Gemfile index a921cc3f..4b68664a 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.63.0' + gem 'rubocop', '~> 1.63.1' 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 3e19d9f3..6b57e6b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,7 +364,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.63.0) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -498,7 +498,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.63.0) + rubocop (~> 1.63.1) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.1)