summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-01-29 12:15:15 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-01-29 13:14:30 -0500
commited17adfbcd7f279747ac8f23da079808299b06e6 (patch)
tree0df4c9d47597f2f2c8a7d1014991384ac195be18 /Gemfile
parent9de4e696a68b7a0fb4d1e04becac24813fc4c922 (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a0f5b70de32..5c18a20af15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'