diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-05-26 23:21:20 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-06-03 22:14:40 +0900 |
commit | e87031e4b127fe11044e2d761362f90fecda1537 (patch) | |
tree | 52c352df424dbf11600e421b2322df8b042269e8 /Gemfile | |
parent | fe0ebf76c49e2512b211c5d43152275c536f7e3a (diff) | |
download | gitlab-ce-e87031e4b127fe11044e2d761362f90fecda1537.tar.gz |
Update email_spec to 2.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |