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.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:
dependabot[bot] 2021-11-01 19:20:34 +00:00 committed by GitHub
parent c01112bf3f
commit 65921aa9b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)