Skip to content

Commit

Permalink
Change Gemfile to update rubocop-performance dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 24, 2024
1 parent e83b296 commit 7d6231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
gem "coveralls_reborn", "~> 0.28.0"
gem "rubocop-performance", "~> 1.18"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rake", "~> 0.6"
gem "rubocop-rspec", "~> 2.22"
gem "simplecov", "~> 0.22.0"
Expand Down

0 comments on commit 7d6231f

Please sign in to comment.