From 121d19d7fa239c52ce86352d3fdae0649c892a20 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 5 Jun 2019 02:35:19 +0900 Subject: Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965) --- Gemfile.lock | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index d8a68d8c9..2d451be83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -531,9 +531,6 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - rubocop-rails (2.0.0) - rack (>= 2.0) - rubocop (>= 0.70.0) ruby-progressbar (1.10.1) ruby-saml (1.9.0) nokogiri (>= 1.5.10) @@ -738,7 +735,6 @@ DEPENDENCIES rspec-rails (~> 3.8) rspec-sidekiq (~> 3.0) rubocop (~> 0.71) - rubocop-rails (~> 2.0) sanitize (~> 5.0) sidekiq (~> 5.2) sidekiq-bulk (~> 0.2.0) -- cgit