Skip to content

Commit

Permalink
Merge pull request #9 from ceritium/dependabot/bundler/rubocop-perfor…
Browse files Browse the repository at this point in the history
…mance-1.21.0

Bump rubocop-performance from 1.20.2 to 1.21.0
  • Loading branch information
ceritium authored Apr 1, 2024
2 parents 2ee2a1c + 4c31f88 commit 3b44a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem "minitest", "~> 5.22"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.62"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-performance", "~> 1.11"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-rake", "~> 0.6"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,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-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand All @@ -55,7 +55,7 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (~> 1.62)
rubocop-minitest (~> 0.35)
rubocop-performance (~> 1.11)
rubocop-performance (~> 1.21)
rubocop-rake (~> 0.6)

BUNDLED WITH
Expand Down

0 comments on commit 3b44a12

Please sign in to comment.