diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 01:38:36 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 01:38:36 -0400 |
commit | 11c611bc620519badeb4ce4a6bbb5d53ac96c207 (patch) | |
tree | 70efeb6706c315fa07cbb458a819e5c545b49795 /Gemfile | |
parent | 700d4387ce3d57330ed76e6b8545f27996d99c5f (diff) | |
download | gitlab-ce-11c611bc620519badeb4ce4a6bbb5d53ac96c207.tar.gz |
Fix shoulda-matchers require
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ end group :test do gem 'simplecov', require: false - gem 'shoulda-matchers', '~> 2.8.0' + gem 'shoulda-matchers', '~> 2.8.0', require: false gem 'email_spec' gem 'webmock', '~> 1.21.0' gem 'test_after_commit' |