diff options
author | Brian Neel <brian@gitlab.com> | 2017-01-05 17:03:08 -0500 |
---|---|---|
committer | Brian Neel <brian@gitlab.com> | 2017-01-06 13:52:18 -0500 |
commit | 23316b4963da5dd0173498904a2cd428ed2b0778 (patch) | |
tree | 359f14ab0f56f888bc80932d51e0ace26414bc18 /Gemfile | |
parent | 6ca4b6a38d42e6299208216618ed8ad72f65783a (diff) | |
download | gitlab-ce-23316b4963da5dd0173498904a2cd428ed2b0778.tar.gz |
Update rubocop and rubocop-rspec to fix build errorsupdate-rubocop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -296,8 +296,8 @@ group :development, :test do gem 'spring-commands-spinach', '~> 1.1.0' gem 'spring-commands-teaspoon', '~> 0.0.2' - gem 'rubocop', '~> 0.43.0', require: false - gem 'rubocop-rspec', '~> 1.5.0', require: false + gem 'rubocop', '~> 0.46.0', require: false + gem 'rubocop-rspec', '~> 1.9.1', 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 |