Skip to content

Commit

Permalink
Merge pull request #395 from testdouble/update-deps-2022-03-07
Browse files Browse the repository at this point in the history
[ 2022-03-07 ] - Update dependencies
  • Loading branch information
camilopayan authored Mar 11, 2022
2 parents a0e33f4 + 7d2d506 commit 916eb3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

* Update rubocop-performance from 1.13.2 to [1.13.3](https://github.com/rubocop/rubocop-performance/tag/v1.13.3)

## 1.7.2

* Removes Style/RedundantBegin from Ruby versions <= 2.4
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
standard (1.7.2)
rubocop (= 1.25.1)
rubocop-performance (= 1.13.2)
rubocop-performance (= 1.13.3)

GEM
remote: https://rubygems.org/
Expand All @@ -15,14 +15,14 @@ GEM
method_source (1.0.0)
minitest (5.15.0)
parallel (1.21.0)
parser (3.1.0.0)
parser (3.1.1.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
regexp_parser (2.2.1)
rexml (3.2.5)
rubocop (1.25.1)
parallel (~> 1.10)
Expand All @@ -33,9 +33,9 @@ GEM
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.13.2)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand All @@ -44,7 +44,7 @@ GEM
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.1.0)

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

spec.add_dependency "rubocop", "1.25.1"
spec.add_dependency "rubocop-performance", "1.13.2"
spec.add_dependency "rubocop-performance", "1.13.3"
end

0 comments on commit 916eb3e

Please sign in to comment.