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-05-22 01:41:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 13:13:46 +0300
commit20a871cc21227ef67d9173ba9bd3b7e0d0e2e26f (patch)
tree449eeb821d4fa49ec9b86731a443484d3c23b01a /Gemfile
parent5a9ede472150ec78f8410ae15cf782095c8f056c (diff)
Update email_spec gem
This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7399208cf15..47e8e44a6d3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -256,7 +256,7 @@ end
group :test do
gem 'simplecov', require: false
gem 'shoulda-matchers', '~> 2.8.0', require: false
- gem 'email_spec'
+ gem 'email_spec', '~> 1.6.0'
gem 'webmock', '~> 1.21.0'
gem 'test_after_commit'
end