Skip to content

Commit

Permalink
Bump rubocop from 0.84.0 to 0.85.0 (#121)
Browse files Browse the repository at this point in the history
* Bump rubocop from 0.84.0 to 0.85.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.84.0...v0.85.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove unsupported parameter

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Andrejs Cunskis <andrejs.cunskis@gmail.com>
  • Loading branch information
dependabot-preview[bot] and andrcuns authored Jun 2, 2020
1 parent 541cc50 commit 445111b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ Layout/FirstHashElementIndentation:

Layout/HeredocIndentation:
Enabled: true
EnforcedStyle: squiggly

Layout/IndentationConsistency:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

group :test do
gem "rspec", "~> 3.9.0"
gem "rubocop", "~> 0.84.0"
gem "rubocop", "~> 0.85.0"
gem "rubocop-performance", "~> 1.6.0"
gem "simplecov", "~> 0.18.5"
gem "simplecov-console", "~> 0.7.2"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ GEM
method_source (~> 1.0)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.7.0)
require_all (3.0.0)
reverse_markdown (2.0.0)
nokogiri
Expand All @@ -118,10 +119,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.84.0)
rubocop (0.85.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
Expand Down Expand Up @@ -183,7 +185,7 @@ DEPENDENCIES
pry (~> 0.13.1)
rake (~> 13.0.1)
rspec (~> 3.9.0)
rubocop (~> 0.84.0)
rubocop (~> 0.85.0)
rubocop-performance (~> 1.6.0)
simplecov (~> 0.18.5)
simplecov-console (~> 0.7.2)
Expand Down

0 comments on commit 445111b

Please sign in to comment.