diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-05-21 18:27:15 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-05-23 15:59:32 -0400 |
commit | 43d9e06b68d82588ca582f43971cae040b04674f (patch) | |
tree | c432108778a9a6dd15198f25e2558a1e3b368d8c /Gemfile.lock | |
parent | c002a560afae7db6a5c778bc78028243c2fc945a (diff) | |
download | gitlab-ce-43d9e06b68d82588ca582f43971cae040b04674f.tar.gz |
Add rubocop-rspecrs-rubocop-rspec
Almost all cops are starting as disabled until we can fix their
violations.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 52aee37d737..4533aa31d5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -692,6 +692,8 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) + rubocop-rspec (1.5.0) + rubocop (>= 0.40.0) ruby-fogbugz (0.2.1) crack (~> 0.4) ruby-progressbar (1.8.1) @@ -1016,6 +1018,7 @@ DEPENDENCIES rspec-rails (~> 3.4.0) rspec-retry rubocop (~> 0.40.0) + rubocop-rspec (~> 1.5.0) ruby-fogbugz (~> 0.2.1) sanitize (~> 2.0) sass-rails (~> 5.0.0) |