summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-16 16:02:23 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-16 16:02:27 -0800
commit3c5f9ff923c6f3d0365174aba3567c9226a78311 (patch)
treed2a25c11cd25e7152767c0ce9c1af3e180340ace /Gemfile
parente7dd51ae31e70b27289e407c10beac7de6eb7cd1 (diff)
downloadgitlab-shell-3c5f9ff923c6f3d0365174aba3567c9226a78311.tar.gz
Add rubocop to gitlab-shell
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5f5fb9b..fc6af33 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,4 +7,5 @@ group :development, :test do
gem 'guard'
gem 'guard-rspec'
gem 'vcr'
+ gem 'rubocop', '0.28.0', require: false
end