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:
authorRémy Coutable <remy@rymai.me>2017-07-25 11:08:26 +0300
committerRémy Coutable <remy@rymai.me>2017-07-25 11:08:26 +0300
commite43bda0ebb56991f9f128946fefed375a695eac1 (patch)
tree3a90bf088b2b13d999e5b012ceaa5d85de14c38e /Gemfile
parent1897aafdf8bada00f171e38558444265ccbadbaa (diff)
parent3a0b9e06e1dd5f6141a6f04dd2b39dbb803c07f1 (diff)
Merge branch 'dz-update-shoulda' into 'master'
Update shoulda-matchers gem to 3.1.2 See merge request !13040
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5758b1b554e..210ac78fac3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -353,7 +353,7 @@ group :development, :test do
end
group :test do
- gem 'shoulda-matchers', '~> 2.8.0', require: false
+ gem 'shoulda-matchers', '~> 3.1.2', require: false
gem 'email_spec', '~> 1.6.0'
gem 'json-schema', '~> 2.6.2'
gem 'webmock', '~> 2.3.2'