mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop from 1.1.0 to 1.2.0 (#2396)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.1.0 to 1.2.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/v1.1.0...v1.2.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
6f4461dfa4
commit
ac8459c211
2 changed files with 4 additions and 4 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', '~> 1.1', require: false
|
||||
gem 'rubocop', '~> 1.2', require: false
|
||||
gem 'rubocop-performance', '~> 1.8', require: false
|
||||
gem 'simplecov', '~> 0.19', require: false
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-support (3.10.0)
|
||||
rubocop (1.1.0)
|
||||
rubocop (1.2.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
@ -211,7 +211,7 @@ GEM
|
|||
rubocop-ast (>= 1.0.1)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.1.0)
|
||||
rubocop-ast (1.1.1)
|
||||
parser (>= 2.7.1.5)
|
||||
rubocop-performance (1.8.1)
|
||||
rubocop (>= 0.87.0)
|
||||
|
@ -275,7 +275,7 @@ DEPENDENCIES
|
|||
rake (~> 13.0)
|
||||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.10)
|
||||
rubocop (~> 1.1)
|
||||
rubocop (~> 1.2)
|
||||
rubocop-performance (~> 1.8)
|
||||
rubydns (~> 2.0.2)
|
||||
sassc (~> 2.4)
|
||||
|
|
Loading…
Reference in a new issue