diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-01-29 12:15:15 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-01-29 13:14:30 -0500 |
commit | ed17adfbcd7f279747ac8f23da079808299b06e6 (patch) | |
tree | 0df4c9d47597f2f2c8a7d1014991384ac195be18 /Gemfile | |
parent | 9de4e696a68b7a0fb4d1e04becac24813fc4c922 (diff) | |
download | gitlab-ce-ed17adfbcd7f279747ac8f23da079808299b06e6.tar.gz |
Update shoulda-matchers
This outdated gem was the cause of those annoying MiniTest errors.
Also updates one use of `ensure_inclusion_of` which was deprecated in
favor of `validate_inclusion_of`.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ end group :test do gem "simplecov", require: false - gem "shoulda-matchers", "~> 2.1.0" + gem "shoulda-matchers", "~> 2.7.0" gem 'email_spec' gem "webmock" gem 'test_after_commit' |