From 3669256af0487f8d3bfa4030d80b8c47a49ab0a9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 29 Sep 2015 10:09:12 -0700 Subject: [PATCH] Update foodcritic and rubocop releases --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9fdfd97..c0299c9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' group :lint do - gem 'foodcritic', '~> 4.0' - gem 'rubocop', '~> 0.33' + gem 'foodcritic', '~> 5.0' + gem 'rubocop', '~> 0.34' gem 'rake' end