diff options
author | Brian Neel <brian@gitlab.com> | 2017-01-06 23:27:40 -0500 |
---|---|---|
committer | Brian Neel <brian@gitlab.com> | 2017-01-06 23:27:40 -0500 |
commit | 44320ade5a7bbb581fa61a84de20fdb0fde409b3 (patch) | |
tree | 2397882b85ad22efd15ae73806be9868fd60ad76 /Gemfile | |
parent | ba0b7c5536eb2e42b18cedf3bf13c4dcbe5a40af (diff) | |
download | gitlab-ce-44320ade5a7bbb581fa61a84de20fdb0fde409b3.tar.gz |
Update EE rubocop and rubocop-rspec
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -309,8 +309,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 |