From f0d4565815b7ae5d20caabef33aec7957359bd72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 21:18:16 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 29e2d2d54..4d7f82219 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index eb3684ed1..68f3c8fc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)