diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2015-12-14 17:18:32 -0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2015-12-14 17:18:32 -0200 |
commit | 0b2c5003e67c219cef564c9cdceadc290d9271d3 (patch) | |
tree | 8bdb28397396e84f8409ee22de5a389b9f678dd5 /Gemfile | |
parent | 381a9951e91275f41ce09a17380222f1af3d6a22 (diff) | |
download | gitlab-ce-0b2c5003e67c219cef564c9cdceadc290d9271d3.tar.gz |
Updated Rubocop to latest version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ group :development, :test do gem 'spring-commands-spinach', '~> 1.0.0' gem 'spring-commands-teaspoon', '~> 0.0.2' - gem 'rubocop', '~> 0.28.0', require: false + gem 'rubocop', '~> 0.35.0', require: false gem 'coveralls', '~> 0.8.2', require: false gem 'simplecov', '~> 0.10.0', require: false gem 'flog', require: false |