diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-04-12 10:27:19 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-04-12 10:27:19 +0000 |
commit | f38f160a1b0212d5ce0c0402ae07011466753f44 (patch) | |
tree | e583e5a13158b0e3e7b8d7dcb5d03385ec7c7704 /Gemfile | |
parent | ca8c35285eedb0ae6e9a52fe377ec0b3ae9ada1a (diff) | |
download | gitlab-ce-f38f160a1b0212d5ce0c0402ae07011466753f44.tar.gz |
Enable RSpec/ExampleWording cop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ group :development, :test do gem 'spring', '~> 2.0.0' gem 'spring-commands-rspec', '~> 1.0.4' - gem 'gitlab-styles', '~> 2.4', require: false + gem 'gitlab-styles', '~> 2.5', require: false # Pin these dependencies, otherwise a new rule could break the CI pipelines gem 'rubocop', '~> 0.54.0' gem 'rubocop-rspec', '~> 1.22.1' |