diff --git a/Gemfile b/Gemfile index 9314c077..5f9d6de7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry-byebug', '~> 3.10' gem 'rake', '~> 13.0.6' gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.12.0' -gem 'rubocop', '~> 1.56.3' +gem 'rubocop', '~> 1.56.4' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index e796ad3b..785870a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -131,7 +131,7 @@ DEPENDENCIES rake (~> 13.0.6) redcarpet (~> 3.6.0) rspec (~> 3.12.0) - rubocop (~> 1.56.3) + rubocop (~> 1.56.4) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.19.1) rubocop-rake (~> 0.6.0)