summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-04-12 10:27:19 +0000
committerJames Lopez <james@gitlab.com>2019-04-12 10:27:19 +0000
commitf38f160a1b0212d5ce0c0402ae07011466753f44 (patch)
treee583e5a13158b0e3e7b8d7dcb5d03385ec7c7704 /Gemfile
parentca8c35285eedb0ae6e9a52fe377ec0b3ae9ada1a (diff)
downloadgitlab-ce-f38f160a1b0212d5ce0c0402ae07011466753f44.tar.gz
Enable RSpec/ExampleWording cop
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1c7ad5abcb5..f2d24d79cb7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'