about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-06-04 22:25:52 +0900
committermultiple creatures <dev@multiple-creature.party>2019-11-19 16:24:19 -0600
commitf0d308c0749281229628b52dc41efad93f8b888a (patch)
tree09c283088ca5f02b36f9ecbe60c3b0393a7d74db /Gemfile.lock
parentd724310750dc934d1d4b0988b61378f4c8c8832d (diff)
Use rubocop-rails (#10957)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1b5ddaa99..a1949ffb4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -537,6 +537,9 @@ 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-bbcode (2.1.0)
       activesupport (>= 4.2.2)
     ruby-progressbar (1.10.1)
@@ -755,6 +758,7 @@ DEPENDENCIES
   rspec-rails (~> 3.8)
   rspec-sidekiq (~> 3.0)
   rubocop (~> 0.71)
+  rubocop-rails (~> 2.0)
   ruby-bbcode (~> 2.0)
   sanitize (~> 5.0)
   scss_lint (~> 0.58)