diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-06-29 18:00:22 +0200 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-13 12:12:47 -0600 |
commit | ae6edf18fcf207a63a7130ec8d49966acd83de67 (patch) | |
tree | 2ae78f51d17b6396ffca861301ad5446c192e803 /Gemfile | |
parent | 9b0ef1559f78e58b398e428763ff97dfdc53e186 (diff) | |
download | gitlab-ce-ae6edf18fcf207a63a7130ec8d49966acd83de67.tar.gz |
Update rubocop to 0.41.2
https://github.com/bbatsov/rubocop/blob/v0.41.2/CHANGELOG.md
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ group :development, :test do gem 'spring-commands-spinach', '~> 1.1.0' gem 'spring-commands-teaspoon', '~> 0.0.2' - gem 'rubocop', '~> 0.40.0', require: false + gem 'rubocop', '~> 0.41.1', require: false gem 'rubocop-rspec', '~> 1.5.0', require: false gem 'scss_lint', '~> 0.47.0', require: false gem 'simplecov', '~> 0.11.0', require: false |