From 9cf0d264e1c8bdd3cd56f33f0d2ab734a6723dc9 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Mon, 6 Jul 2015 15:58:36 -0400 Subject: [PATCH] Require RuboCop v0.32.0 or later --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1b5b076..3c6dfef 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'stackprof', platforms: :mri_21 group :test do gem 'spy', '0.4.1' gem 'benchmark-ips' - gem 'rubocop' + gem 'rubocop', '>=0.32.0' platform :mri do gem 'liquid-c', github: 'Shopify/liquid-c', ref: '35e9aee48d639ae1d3ac9ba77616aca9800eab7d'