aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2016-11-27 22:12:33 -0500
committerKir Shatrov <shatrov@me.com>2016-11-28 10:28:21 -0500
commit61fa0a8675e4c8bd60c08a9bf7bc29b41c5560f1 (patch)
treee2e56601d784a31ba9f9e5f0329f12e67a26000a /Gemfile
parent6d6249b1c1abda4f62fafcc42a7ece570c8da7e9 (diff)
downloadrails-61fa0a8675e4c8bd60c08a9bf7bc29b41c5560f1.tar.gz
rails-61fa0a8675e4c8bd60c08a9bf7bc29b41c5560f1.tar.bz2
rails-61fa0a8675e4c8bd60c08a9bf7bc29b41c5560f1.zip
Add rubocop to Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 37e5b4fd25..e30858a124 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,6 +38,8 @@ 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
+
group :doc do
gem "sdoc", "1.0.0.beta2"
gem "redcarpet", "~> 3.2.3", platforms: :ruby