Skip to content

Commit

Permalink
Merge pull request #67 from sul-dlss/dependabot/bundler/rubocop-perfo…
Browse files Browse the repository at this point in the history
…rmance-1.22.0

Bump rubocop-performance from 1.21.1 to 1.22.0
  • Loading branch information
jcoyne authored Sep 16, 2024
2 parents e29aa00 + 1d760c8 commit 57c4f85
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,6 +9,6 @@ gem "debug"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.66"
gem "rubocop-performance", "~> 1.21"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand All @@ -130,7 +130,7 @@ GEM
stringio (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.18)

PLATFORMS
Expand All @@ -143,7 +143,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec (~> 3.0)
rubocop (~> 1.66)
rubocop-performance (~> 1.21)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0)

Expand Down

0 comments on commit 57c4f85

Please sign in to comment.