From fd53f56603ab16c527be21bd82e2b7a55ef01864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Mon, 4 Jun 2018 21:43:29 +0200 Subject: [PATCH] Update the RuboCop dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dc6f933b..3f08bcda 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end group :development do gem 'yard', require: false gem 'guard-rspec', require: false - gem 'rubocop', '0.38.0' # TODO: should match Gemfile HoundCi + gem 'rubocop', '~> 0.49.0' # TODO: should match Gemfile HoundCi gem 'guard-rubocop' gem 'pry-rescue' gem 'pry-stack_explorer', platforms: [:mri, :rbx]