Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-01-29 20:15:15 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-01-29 21:14:30 +0300
commited17adfbcd7f279747ac8f23da079808299b06e6 (patch)
tree0df4c9d47597f2f2c8a7d1014991384ac195be18 /Gemfile
parent9de4e696a68b7a0fb4d1e04becac24813fc4c922 (diff)
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'