mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop-performance from 1.8.1 to 1.9.0 (#2399)
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.1...v1.9.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
be49558073
commit
b92075fea8
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||||
|
|
||||||
# Code Quality
|
# Code Quality
|
||||||
gem 'rubocop', '~> 1.3', require: false
|
gem 'rubocop', '~> 1.3', require: false
|
||||||
gem 'rubocop-performance', '~> 1.8', require: false
|
gem 'rubocop-performance', '~> 1.9', require: false
|
||||||
gem 'simplecov', '~> 0.19', require: false
|
gem 'simplecov', '~> 0.19', require: false
|
||||||
|
|
||||||
# Middleman itself
|
# Middleman itself
|
||||||
|
|
|
@ -213,8 +213,8 @@ GEM
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-ast (1.1.1)
|
rubocop-ast (1.1.1)
|
||||||
parser (>= 2.7.1.5)
|
parser (>= 2.7.1.5)
|
||||||
rubocop-performance (1.8.1)
|
rubocop-performance (1.9.0)
|
||||||
rubocop (>= 0.87.0)
|
rubocop (>= 0.90.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
ruby-progressbar (1.10.1)
|
ruby-progressbar (1.10.1)
|
||||||
ruby2_keywords (0.0.2)
|
ruby2_keywords (0.0.2)
|
||||||
|
@ -276,7 +276,7 @@ DEPENDENCIES
|
||||||
redcarpet (>= 3.1)
|
redcarpet (>= 3.1)
|
||||||
rspec (~> 3.10)
|
rspec (~> 3.10)
|
||||||
rubocop (~> 1.3)
|
rubocop (~> 1.3)
|
||||||
rubocop-performance (~> 1.8)
|
rubocop-performance (~> 1.9)
|
||||||
rubydns (~> 2.0.2)
|
rubydns (~> 2.0.2)
|
||||||
sassc (~> 2.4)
|
sassc (~> 2.4)
|
||||||
simplecov (~> 0.19)
|
simplecov (~> 0.19)
|
||||||
|
|
Loading…
Reference in a new issue