Skip to content

Commit

Permalink
Updates performance to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilopayan committed Dec 10, 2024
1 parent 0df9357 commit bfe953d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Updates rubocop-performance from 1.22.0 to [1.23.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.23.0)

## 1.5.0

- Updates rubocop-performance from 1.21.0 to [1.22.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.22.1)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)
rubocop-performance (~> 1.23.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand Down
3 changes: 3 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ Performance/Squeeze:
Performance/StartWith:
Enabled: true

Performance/StringBytesize:
Enabled: true

Performance/StringIdentifierArgument:
Enabled: true

Expand Down
2 changes: 1 addition & 1 deletion standard-performance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "lint_roller", "~> 1.1"
spec.add_dependency "rubocop-performance", "~> 1.22.0"
spec.add_dependency "rubocop-performance", "~> 1.23.0"
end

0 comments on commit bfe953d

Please sign in to comment.