diff --git a/dependencies/Gemfile b/dependencies/Gemfile index cea37bf6..cc79152a 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.62.1" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.35.0" -gem "rubocop-performance", "~>1.20.2" +gem "rubocop-performance", "~>1.21.0" gem "rubocop-rails", "~> 2.25" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.30.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index d94bcbab..7f8eba2e 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -58,9 +58,9 @@ GEM rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.20.2) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -85,9 +85,9 @@ GEM standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -100,7 +100,7 @@ DEPENDENCIES rubocop (~> 1.62.1) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.35.0) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.25) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.30.0)