diff --git a/Gemfile b/Gemfile index 41f28c7d..70c5c17c 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.63.4' + gem 'rubocop', '~> 1.63.5' 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 1c9a1d1b..5bc30033 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.4) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -376,8 +376,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-performance (1.21.0) @@ -499,7 +499,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.63.4) + rubocop (~> 1.63.5) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.1)