From 6d5f20979d376a421c39cdee058587776505e398 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 12:51:02 +0000 Subject: [PATCH] Update actionmailer requirement from ~> 3.2.1 to >= 3.2.1, < 6.1.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.0.2.1/actionmailer/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.1...v6.0.2.1) 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..5fdd2aa 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.1.0" end