mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop from 0.89.1 to 0.90.0 (#2370)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.1 to 0.90.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.89.1...v0.90.0) 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
729f72cc9a
commit
d1608e0a99
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,7 @@ gem 'mini_racer', '~> 0.3.1', platforms: :ruby
|
|||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||
|
||||
# Code Quality
|
||||
gem 'rubocop', '~> 0.89', require: false
|
||||
gem 'rubocop', '~> 0.90', require: false
|
||||
gem 'rubocop-performance', '~> 1.7', require: false
|
||||
gem 'simplecov', '~> 0.19', require: false
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.9.0)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.89.1)
|
||||
rubocop (0.90.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
@ -274,7 +274,7 @@ DEPENDENCIES
|
|||
rake (~> 13.0)
|
||||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.0)
|
||||
rubocop (~> 0.89)
|
||||
rubocop (~> 0.90)
|
||||
rubocop-performance (~> 1.7)
|
||||
rubydns (~> 2.0.2)
|
||||
sassc (~> 2.4)
|
||||
|
|
Loading…
Reference in a new issue