aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-06-06 20:40:20 +0900
committerGitHub <noreply@github.com>2019-06-06 20:40:20 +0900
commit648144649a71310fc5950a2ffd6de7c284058108 (patch)
treef0e47c81742f4c1756de59deb1ffca1d2b9a61ed /Gemfile
parent497256747905ad6bcea78b8d7e1e4458dc291d8c (diff)
parent00b3b68602159c7a6826cad721a4f7b2988832fc (diff)
downloadrails-648144649a71310fc5950a2ffd6de7c284058108.tar.gz
rails-648144649a71310fc5950a2ffd6de7c284058108.tar.bz2
rails-648144649a71310fc5950a2ffd6de7c284058108.zip
Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version
Bump rubocop to 0.71
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 02b9429003..9eb449316c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,6 +30,7 @@ gem "json", ">= 2.0.0"
gem "rubocop", ">= 0.47", require: false
gem "rubocop-performance", require: false
+gem "rubocop-rails", require: false
group :doc do
gem "sdoc", "~> 1.0"