mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop-performance from 1.11.5 to 1.12.0 (#2510)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.11.5 to 1.12.0. - [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.11.5...v1.12.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... 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
c01112bf3f
commit
65921aa9b0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
|||
|
||||
# Code Quality
|
||||
gem 'rubocop', '~> 1.22', require: false
|
||||
gem 'rubocop-performance', '~> 1.11', require: false
|
||||
gem 'rubocop-performance', '~> 1.12', require: false
|
||||
gem 'simplecov', '~> 0.21', require: false
|
||||
|
||||
# Middleman itself
|
||||
|
|
|
@ -220,7 +220,7 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.12.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-performance (1.11.5)
|
||||
rubocop-performance (1.12.0)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
|
@ -289,7 +289,7 @@ DEPENDENCIES
|
|||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.10)
|
||||
rubocop (~> 1.22)
|
||||
rubocop-performance (~> 1.11)
|
||||
rubocop-performance (~> 1.12)
|
||||
rubydns (~> 2.0.2)
|
||||
sassc (~> 2.4)
|
||||
simplecov (~> 0.21)
|
||||
|
|
Loading…
Reference in a new issue