diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-09-14 15:49:32 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-09-14 15:49:32 -0400 |
commit | c1a990082f9f2e0c612deb6fd481021f72065cae (patch) | |
tree | 49b04d45f36995b0f529edec9fe8316124463025 /Gemfile | |
parent | 2c3e1ae432f66738cfd73b56f2c657fb313dc7fb (diff) | |
download | gitlab-ce-c1a990082f9f2e0c612deb6fd481021f72065cae.tar.gz |
Bump rubocop to 0.42.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.41.2', require: false + gem 'rubocop', '~> 0.42.0', require: false gem 'rubocop-rspec', '~> 1.5.0', require: false gem 'scss_lint', '~> 0.47.0', require: false gem 'simplecov', '0.12.0', require: false |