From d047c406560648d8c2403a404b59158c6ad94023 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:31:36 +0000 Subject: [PATCH] Update actionmailer requirement from ~> 3.2.1 to >= 3.2.1, < 6.2.0 Updates the requirements on [actionmailer](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.0/actionmailer/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.1...v6.1.0) Signed-off-by: dependabot-preview[bot] --- mailbag.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailbag.gemspec b/mailbag.gemspec index 6970eeb..615759b 100644 --- a/mailbag.gemspec +++ b/mailbag.gemspec @@ -18,5 +18,5 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_dependency "actionmailer", "~> 3.2.1" + s.add_dependency "actionmailer", ">= 3.2.1", "< 6.2.0" end