diff --git a/Gemfile b/Gemfile index 521399f1..2e81965e 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index c1d51df7..3c9fb7ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)