summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 12:43:48 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:32:42 -0600
commitec5a74ecfa4cf5f8a6b3b66526d614d71b192105 (patch)
treeaab13b8aee57ad6d95d342d17ce407966803a00c /Gemfile
parent2afb65468d688caa64ea53abfed35d0f4081102b (diff)
downloadgitlab-ce-ec5a74ecfa4cf5f8a6b3b66526d614d71b192105.tar.gz
Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3fc92abf9a7..00f2b6ffbfb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -301,8 +301,8 @@ group :development, :test do
gem 'spring-commands-rspec', '~> 1.0.4'
gem 'spring-commands-spinach', '~> 1.1.0'
- gem 'rubocop', '~> 0.46.0', require: false
- gem 'rubocop-rspec', '~> 1.9.1', require: false
+ gem 'rubocop', '~> 0.47.1', require: false
+ gem 'rubocop-rspec', '~> 1.12.0', require: false
gem 'scss_lint', '~> 0.47.0', require: false
gem 'haml_lint', '~> 0.18.2', require: false
gem 'simplecov', '0.12.0', require: false