Skip to content

Commit

Permalink
Merge pull request #411 from testdouble/update-deps-2022-05-09
Browse files Browse the repository at this point in the history
[ 2022-05-09 ] - Update dependencies
  • Loading branch information
camilopayan authored May 10, 2022
2 parents 61f0c0a + 4416fae commit 860117b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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.28.2 to [1.29.0](https://github.com/rubocop/rubocop/releases/tag/v1.29.0)

## 1.11.0

* Update rubocop from 1.27.0 to [1.28.2](https://github.com/rubocop/rubocop/releases/tag/v1.28.2)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
standard (1.11.0)
rubocop (= 1.28.2)
rubocop (= 1.29.0)
rubocop-performance (= 1.13.3)

GEM
Expand All @@ -24,12 +24,12 @@ GEM
rake (13.0.6)
regexp_parser (2.3.1)
rexml (3.2.5)
rubocop (1.28.2)
rubocop (1.29.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
Expand Down
9 changes: 6 additions & 3 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Bundler/OrderedGems:
Gemspec/DateAssignment:
Enabled: true

Gemspec/DependencyVersion:
Enabled: false

Gemspec/DuplicatedAssignment:
Enabled: true
Include:
Expand Down Expand Up @@ -787,9 +790,6 @@ Lint/UselessAccessModifier:
Lint/UselessAssignment:
Enabled: true

Lint/UselessElseWithoutRescue:
Enabled: true

Lint/UselessMethodDefinition:
Enabled: false

Expand Down Expand Up @@ -1260,6 +1260,9 @@ Style/EndBlock:
Style/EndlessMethod:
Enabled: false

Style/EnvHome:
Enabled: false

Style/EvalWithLocation:
Enabled: true

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.28.2"
spec.add_dependency "rubocop", "1.29.0"
spec.add_dependency "rubocop-performance", "1.13.3"
end

0 comments on commit 860117b

Please sign in to comment.