1
0
Fork 0
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:
dependabot[bot] 2020-11-17 15:59:15 -08:00 committed by GitHub
parent be49558073
commit b92075fea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ gem 'therubyrhino', '>= 2.0', platforms: :jruby
# Code Quality
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
# Middleman itself

View file

@ -213,8 +213,8 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-performance (1.9.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
@ -276,7 +276,7 @@ DEPENDENCIES
redcarpet (>= 3.1)
rspec (~> 3.10)
rubocop (~> 1.3)
rubocop-performance (~> 1.8)
rubocop-performance (~> 1.9)
rubydns (~> 2.0.2)
sassc (~> 2.4)
simplecov (~> 0.19)