From bc01beac6a2dac51d8488c7c89776a8daa3c5d73 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 29 Oct 2017 15:08:27 -0600 Subject: [PATCH] Updated to Rubocop 0.51.0. [Changes](http://bit.ly/2hlepWS). There is a bug with Rubocop 0.51.0 where the `Style/CommentedKeyword` cop raises false positives but can be ignored until the next release of Rubocop is issued. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0b22b45..7dc8bcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM pastel (0.7.1) equatable (~> 0.5.0) tty-color (~> 0.4.0) - rake (12.1.0) + rake (12.2.1) refinements (4.2.0) runcom (1.3.0) refinements (~> 4.2)