Bump email_spec from 2.1.1 to 2.2.0

Bumps [email_spec](https://github.com/email-spec/email-spec) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/email-spec/email-spec/releases)
- [Changelog](https://github.com/email-spec/email-spec/blob/master/Changelog.md)
- [Commits](https://github.com/email-spec/email-spec/compare/v2.1.1...v2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-12 21:18:16 +00:00
committed by GitHub
parent f5fcb9ca06
commit f0d4565815
2 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ group :test do
gem "capybara-webmock", "~> 0.5.3"
gem "coveralls", "~> 0.8.22", require: false
gem "database_cleaner", "~> 1.7.0"
gem "email_spec", "~> 2.1.0"
gem "email_spec", "~> 2.2.0"
gem "rspec-rails", "~> 3.8"
gem "selenium-webdriver", "~> 3.141"
end

View File

@@ -50,8 +50,8 @@ GEM
acts-as-taggable-on (5.0.0)
activerecord (>= 4.2.8)
acts_as_votable (0.11.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ahoy_matey (1.6.0)
addressable
browser (~> 2.0)
@@ -198,10 +198,10 @@ GEM
dry-equalizer (~> 0.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 0.4, >= 0.4.2)
email_spec (2.1.1)
email_spec (2.2.0)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.6)
mail (~> 2.7)
erb_lint (0.0.28)
activesupport
better_html (~> 1.0.7)
@@ -326,7 +326,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
mixlib-cli (1.7.0)
@@ -387,7 +387,7 @@ GEM
activesupport (>= 4.2)
arel (>= 6)
powerpack (0.1.2)
public_suffix (3.0.3)
public_suffix (4.0.1)
puma (3.12.1)
rack (2.0.6)
rack-accept (0.4.5)
@@ -602,7 +602,7 @@ DEPENDENCIES
devise (~> 4.6.0)
devise-async (~> 1.0.0)
devise_security_extension!
email_spec (~> 2.1.0)
email_spec (~> 2.2.0)
erb_lint
factory_bot_rails (~> 4.8.2)
faker (~> 1.8.7)