mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop-performance from 1.10.2 to 1.11.1 (#2471)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.10.2 to 1.11.1. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.2...v1.11.1) 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
424ca84fe8
commit
c96193ab44
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
|
||||
gem 'rubocop', '~> 1.13', require: false
|
||||
gem 'rubocop-performance', '~> 1.10', require: false
|
||||
gem 'rubocop-performance', '~> 1.11', require: false
|
||||
gem 'simplecov', '~> 0.21', require: false
|
||||
|
||||
# Middleman itself
|
||||
|
|
|
@ -220,8 +220,8 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.5.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-performance (1.10.2)
|
||||
rubocop (>= 0.90.0, < 2.0)
|
||||
rubocop-performance (1.11.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
ruby2_keywords (0.0.2)
|
||||
|
@ -289,7 +289,7 @@ DEPENDENCIES
|
|||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.10)
|
||||
rubocop (~> 1.13)
|
||||
rubocop-performance (~> 1.10)
|
||||
rubocop-performance (~> 1.11)
|
||||
rubydns (~> 2.0.2)
|
||||
sassc (~> 2.4)
|
||||
simplecov (~> 0.21)
|
||||
|
|
Loading…
Reference in a new issue