Skip to content

Commit

Permalink
Update rubocop-performance requirement from = 1.21.0 to = 1.21.1 in t…
Browse files Browse the repository at this point in the history
…he ruby-dependencies group (#158)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 3b3ae4b commit 45078e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
boxt_rubocop (2.8.0)
rubocop (= 1.64.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.0)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.25.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.31.0)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
Expand Down
2 changes: 1 addition & 1 deletion boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
# Locking rubocop versions so we can control the pending cops
spec.add_dependency "rubocop", "1.64.1"
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-performance", "1.21.0"
spec.add_dependency "rubocop-performance", "1.21.1"
spec.add_dependency "rubocop-rails", "2.25.0"
spec.add_dependency "rubocop-rake", "0.6.0"
spec.add_dependency "rubocop-rspec", "2.31.0"
Expand Down

0 comments on commit 45078e2

Please sign in to comment.