Skip to content

Commit

Permalink
Updates Rubocop Perf to 1.20.1
Browse files Browse the repository at this point in the history
you know, if you say one twenty one it's hard to discern if it's 1.20.1 or 1.21?
  • Loading branch information
camilopayan committed Dec 26, 2023
1 parent 9dfb1ea commit b92a8ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.19.1 to [1.20.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.1)

## [1.2.1]

- Updates rubocop-performance from 1.19.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1)
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
standard-performance (1.2.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -36,11 +36,11 @@ GEM
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
standard (1.30.1)
language_server-protocol (~> 3.17.0.2)
Expand All @@ -66,4 +66,4 @@ DEPENDENCIES
standard-performance!

BUNDLED WITH
2.4.10
2.4.12
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.19.1"
spec.add_dependency "rubocop-performance", "~> 1.20.1"
end

0 comments on commit b92a8ca

Please sign in to comment.