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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-26 17:21:20 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-03 16:14:40 +0300
commite87031e4b127fe11044e2d761362f90fecda1537 (patch)
tree52c352df424dbf11600e421b2322df8b042269e8 /Gemfile
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
Update email_spec to 2.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 68c7b3dcb08..cd9cbcde359 100644
--- a/Gemfile
+++ b/Gemfile
@@ -374,7 +374,7 @@ end
group :test do
gem 'shoulda-matchers', '~> 3.1.2', require: false
- gem 'email_spec', '~> 1.6.0'
+ gem 'email_spec', '~> 2.2.0'
gem 'json-schema', '~> 2.8.0'
gem 'webmock', '~> 2.3.2'
gem 'rails-controller-testing' if rails5? # Rails5 only gem.