Skip to content

Commit

Permalink
Merge pull request #18 from standardrb/updates-2023-10-10
Browse files Browse the repository at this point in the history
Updates rubocop-performance to 1.19.1
  • Loading branch information
camilopayan authored Oct 10, 2023
2 parents 6db33aa + 278c453 commit 95ffea0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1)

## [1.2.0]

- Updates rubocop-performance from 1.18.0 to 1.19.0
Expand Down
6 changes: 2 additions & 4 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.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
rubocop-performance (~> 1.19.1)

GEM
remote: https://rubygems.org/
Expand All @@ -17,7 +17,6 @@ GEM
rake (>= 0.9.2.2)
method_source (1.0.0)
minitest (5.19.0)
mocktail (1.2.2)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand All @@ -39,7 +38,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
Expand All @@ -62,7 +61,6 @@ PLATFORMS
DEPENDENCIES
m
minitest
mocktail
rake
standard
standard-performance!
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.19.0"
spec.add_dependency "rubocop-performance", "~> 1.19.1"
end

0 comments on commit 95ffea0

Please sign in to comment.