Skip to content

Commit

Permalink
Merge pull request #386 from testdouble/update-deps-2022-02-07
Browse files Browse the repository at this point in the history
[ 2022-02-07 ] - Update dependencies
  • Loading branch information
camilopayan authored Feb 9, 2022
2 parents e2ecf12 + 119522d commit ee5feb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 from 1.25.0 to [1.25.1](https://github.com/rubocop/rubocop/tag/v1.25.1)

## 1.7.0

* Update rubocop-performance from 1.13.1 to [1.13.2](https://github.com/rubocop/rubocop-performance/tag/v1.13.2)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
standard (1.7.0)
rubocop (= 1.25.0)
rubocop (= 1.25.1)
rubocop-performance (= 1.13.2)

GEM
Expand All @@ -24,7 +24,7 @@ GEM
rake (13.0.6)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.25.0)
rubocop (1.25.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down
2 changes: 1 addition & 1 deletion standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

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

0 comments on commit ee5feb5

Please sign in to comment.