From 5b380befc8e87828fb1b6b694a1c1f45a6e05f2b Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 25 Jun 2019 16:29:55 +0200 Subject: [PATCH] Include rubocop in the "default" gem (#727) Seems to have been broken during #705 but still worked on CI cos it's in the different Gemfiles. Hope this "fix" doesn't break anything else :) --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 807fa993..2e50db1c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,6 @@ group :development do gem "benchmark-ips" end +gem "rubocop", "0.49.1" + gemspec