From 6e30114c0a2df3cd12b054675a2cb682c25d0783 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Mon, 16 Jan 2017 15:34:30 +0900 Subject: update rubocop to 0.47 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f529677fbb..e810e0357e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", requi # Explicitly avoid 1.x that doesn't support Ruby 2.4+ gem "json", ">= 2.0.0" -gem "rubocop", require: false +gem "rubocop", ">= 0.47", require: false group :doc do gem "sdoc", "1.0.0.rc1" -- cgit v1.2.3