summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-22 17:49:41 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-22 17:49:41 +0200
commit9850a74ba6093ecc771f53cb9abd7c9c8a59f266 (patch)
treee600baf66f43ded37b01f0100311cc685895f6bd /Gemfile
parentec2806f1f2ad10b7ec68b1835c54c11915387a6a (diff)
downloadgitlab-shell-9850a74ba6093ecc771f53cb9abd7c9c8a59f266.tar.gz
Update dev dependencies with security issues
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 82a44d7..206dd30 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,5 +7,5 @@ group :development, :test do
gem 'guard'
gem 'guard-rspec'
gem 'vcr'
- gem 'rubocop', '0.28.0', require: false
+ gem 'rubocop', '0.49.1', require: false
end