From 316addb1886e0419669854c698c16d85daee7206 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 17 Jan 2017 23:11:32 +0100 Subject: [PATCH] pin rubocop/rubocop-rspec we updated our .rubocop.yml. The new settings only work with the latest release. also we should pin it so it doesn't break in the future --- config_defaults.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config_defaults.yml b/config_defaults.yml index e43cc85c..0f5389cf 100644 --- a/config_defaults.yml +++ b/config_defaults.yml @@ -36,8 +36,12 @@ Gemfile: - gem: puppet-strings version: '~> 1.0.0' - gem: redcarpet + - gem: rubocop + version: '~> 0.47.0' + ruby-operator: '>=' + ruby-version: '2.3.0' - gem: rubocop-rspec - version: '~> 1.9.0' + version: '~> 1.10.0' ruby-operator: '>=' ruby-version: '2.3.0' - gem: mocha