diff --git a/Gemfile b/Gemfile index 0fa23f13f..c62b4d44e 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ end group :test do gem "capybara", "~> 3.40.0" gem "capybara-webmock", "~> 0.7.0" - gem "email_spec", "~> 2.2.2" + gem "email_spec", "~> 2.3.0" gem "pdf-reader", "~> 2.12.0" gem "rspec-rails", "~> 6.1.3" gem "selenium-webdriver", "~> 4.22.0" diff --git a/Gemfile.lock b/Gemfile.lock index bbe306719..049933dc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,9 +192,9 @@ GEM devise (>= 4.3.0) diff-lcs (1.5.1) docile (1.4.0) - email_spec (2.2.2) + email_spec (2.3.0) htmlentities (~> 4.3.3) - launchy (~> 2.1) + launchy (>= 2.1, < 4.0) mail (~> 2.7) erb_lint (0.6.0) activesupport @@ -357,7 +357,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.4.14) + net-imap (0.4.16) date net-protocol net-pop (0.1.2) @@ -721,7 +721,7 @@ DEPENDENCIES delayed_job_active_record (~> 4.1.8) devise (~> 4.9.3) devise-security (~> 0.18.0) - email_spec (~> 2.2.2) + email_spec (~> 2.3.0) erb_lint (~> 0.6.0) exiftool_vendored (~> 12.80.0) factory_bot_rails (~> 6.4.3)