mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop from 1.18.4 to 1.20.0 (#2498)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.18.4 to 1.20.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.18.4...v1.20.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4cd26a917b
commit
62d48af9a5
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,7 @@ gem 'mini_racer', '~> 0.4.0', platforms: :ruby
|
||||||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||||
|
|
||||||
# Code Quality
|
# Code Quality
|
||||||
gem 'rubocop', '~> 1.18', require: false
|
gem 'rubocop', '~> 1.20', require: false
|
||||||
gem 'rubocop-performance', '~> 1.11', require: false
|
gem 'rubocop-performance', '~> 1.11', require: false
|
||||||
gem 'simplecov', '~> 0.21', require: false
|
gem 'simplecov', '~> 0.21', require: false
|
||||||
|
|
||||||
|
|
|
@ -209,16 +209,16 @@ GEM
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-support (3.10.2)
|
rspec-support (3.10.2)
|
||||||
rubocop (1.18.4)
|
rubocop (1.20.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.0.0.0)
|
parser (>= 3.0.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml
|
rexml
|
||||||
rubocop-ast (>= 1.8.0, < 2.0)
|
rubocop-ast (>= 1.9.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.8.0)
|
rubocop-ast (1.11.0)
|
||||||
parser (>= 3.0.1.1)
|
parser (>= 3.0.1.1)
|
||||||
rubocop-performance (1.11.4)
|
rubocop-performance (1.11.4)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
|
@ -288,7 +288,7 @@ DEPENDENCIES
|
||||||
rake (~> 13.0)
|
rake (~> 13.0)
|
||||||
redcarpet (>= 3.1)
|
redcarpet (>= 3.1)
|
||||||
rspec (~> 3.10)
|
rspec (~> 3.10)
|
||||||
rubocop (~> 1.18)
|
rubocop (~> 1.20)
|
||||||
rubocop-performance (~> 1.11)
|
rubocop-performance (~> 1.11)
|
||||||
rubydns (~> 2.0.2)
|
rubydns (~> 2.0.2)
|
||||||
sassc (~> 2.4)
|
sassc (~> 2.4)
|
||||||
|
|
Loading…
Reference in a new issue