diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-10-04 13:28:01 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-10-04 13:28:01 +0200 |
commit | 961c53c2ca46e6cfdb2bcaddc0570b1e210302d2 (patch) | |
tree | dfabb807d866812eaec42da2507f57c8b1b0e823 /Gemfile.lock | |
parent | 8c280b1c148e97263d3b8fa91b3bbf9b4c54fe5b (diff) | |
download | gitlab-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.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6f8a8236866..3f756fec929 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -487,7 +487,7 @@ GEM orm_adapter (0.5.0) paranoia (2.1.4) activerecord (~> 4.0) - parser (2.3.1.2) + parser (2.3.1.4) ast (~> 2.2) pg (0.18.4) pkg-config (1.1.7) @@ -620,7 +620,7 @@ GEM rspec-retry (0.4.5) rspec-core rspec-support (3.5.0) - rubocop (0.42.0) + rubocop (0.43.0) parser (>= 2.3.1.1, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) @@ -938,7 +938,7 @@ DEPENDENCIES rqrcode-rails3 (~> 0.1.7) rspec-rails (~> 3.5.0) rspec-retry (~> 0.4.5) - rubocop (~> 0.42.0) + rubocop (~> 0.43.0) rubocop-rspec (~> 1.5.0) ruby-fogbugz (~> 0.2.1) ruby-prof (~> 0.16.2) |