diff --git a/Gemfile b/Gemfile index cbecd70..485eb71 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bundler', '~> 2.4' gem 'rake', '~> 13.1' gem 'rubocop', '~> 1.58', require: false gem 'rubocop-packaging', '~> 0.5.2', require: false -gem 'rubocop-performance', '~> 1.19', require: false +gem 'rubocop-performance', '~> 1.20', require: false gem 'rubocop-rake', '~> 0.6.0', require: false gem 'rubocop-rspec', '~> 2.25', require: false gem 'simplecov', '~> 0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 53fb5d2..7032620 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,16 +13,16 @@ GEM ast (2.4.2) diff-lcs (1.5.0) docile (1.4.0) - json (2.7.0) + json (2.7.1) language_server-protocol (3.17.0.3) - parallel (1.23.0) + parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) racc racc (1.7.3) rainbow (3.1.1) rake (13.1.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -52,9 +52,9 @@ GEM rubocop (~> 1.33) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-performance (1.20.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (2.25.0) @@ -80,7 +80,7 @@ DEPENDENCIES rake (~> 13.1) rubocop (~> 1.58) rubocop-packaging (~> 0.5.2) - rubocop-performance (~> 1.19) + rubocop-performance (~> 1.20) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.25) simplecov (~> 0.22.0)