Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2015-12-14 22:18:32 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2015-12-14 22:18:32 +0300
commit0b2c5003e67c219cef564c9cdceadc290d9271d3 (patch)
tree8bdb28397396e84f8409ee22de5a389b9f678dd5 /Gemfile
parent381a9951e91275f41ce09a17380222f1af3d6a22 (diff)
Updated Rubocop to latest version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7298e21ce66..9131797ed15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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