about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-04-30 07:23:45 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-04-30 00:23:45 +0200
commit8325866c6101c7b63b616e7e0035080ef1af96a7 (patch)
treec469fbd1529052675602caac06653db3ab205e9c /Gemfile.lock
parent01e011bc902709db6ec92bcea0136ae9fd258c34 (diff)
Downgrade rubocop 0.48.1 => 0.46.0 (#2628)
* downgrade rubocop 0.48.1 => 0.46.0

* exclude vendor/**/* from rubocop target files

* add frozen_string_literal comment line

* fix percent literal delimited by ( and )

* fix alignment

* remove comment disabling unknown cop
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b519f2d62..9f9b6728c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -394,8 +394,8 @@ GEM
       rspec-core (~> 3.0, >= 3.0.0)
       sidekiq (>= 2.4.0)
     rspec-support (3.5.0)
-    rubocop (0.48.1)
-      parser (>= 2.3.3.1, < 3.0)
+    rubocop (0.46.0)
+      parser (>= 2.3.1.1, < 3.0)
       powerpack (~> 0.1)
       rainbow (>= 1.99.1, < 3.0)
       ruby-progressbar (~> 1.7)
@@ -547,7 +547,7 @@ DEPENDENCIES
   rqrcode
   rspec-rails
   rspec-sidekiq
-  rubocop
+  rubocop (= 0.46.0)
   ruby-oembed
   sanitize
   sass-rails (~> 5.0)