From 8f8ffd1744969c5cac3f6429e9e04573bc150f68 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 7 Apr 2014 10:16:46 +0200 Subject: [PATCH] Update rubocop to version 0.20.1 --- .rubocop.yml | 4 ++-- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 45a7fb2..37eaf88 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,8 +1,8 @@ AllCops: - Includes: + Include: - 'Gemfile' - 'Rakefile' - Excludes: + Exclude: - 'db/schema.rb' # Avoid long parameter lists diff --git a/Gemfile.lock b/Gemfile.lock index 53b9d30..76f3ee2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM remotipart (1.2.1) rest-client (1.6.7) mime-types (>= 1.16) - rubocop (0.19.1) + rubocop (0.20.1) json (>= 1.7.7, < 2) parser (~> 2.1.7) powerpack (~> 0.0.6)