summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-04 13:28:01 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-10-04 13:28:01 +0200
commit961c53c2ca46e6cfdb2bcaddc0570b1e210302d2 (patch)
treedfabb807d866812eaec42da2507f57c8b1b0e823 /Gemfile
parent8c280b1c148e97263d3b8fa91b3bbf9b4c54fe5b (diff)
downloadgitlab-ce-961c53c2ca46e6cfdb2bcaddc0570b1e210302d2.tar.gz
Update RuboCop to 0.43.0 and update configurationrs-update-rubocop
`Style/VariableNumber` is explicitly disabled because I don't think we care if we name a variable `var_1` or `var1`.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d54beedf67e..18654a1e88c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -295,7 +295,7 @@ group :development, :test do
gem 'spring-commands-spinach', '~> 1.1.0'
gem 'spring-commands-teaspoon', '~> 0.0.2'
- gem 'rubocop', '~> 0.42.0', require: false
+ gem 'rubocop', '~> 0.43.0', require: false
gem 'rubocop-rspec', '~> 1.5.0', require: false
gem 'scss_lint', '~> 0.47.0', require: false
gem 'haml_lint', '~> 0.18.2', require: false