From 3fcb9958ba8c61f1c85c0b355f86badca6829046 Mon Sep 17 00:00:00 2001 From: Paul Gallagher Date: Mon, 15 May 2017 21:47:33 +0800 Subject: [PATCH] allow activesupport >= 4 --- mandrill-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandrill-rails.gemspec b/mandrill-rails.gemspec index 78b127a..df054e1 100644 --- a/mandrill-rails.gemspec +++ b/mandrill-rails.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.version = Mandrill::Rails::VERSION - spec.add_runtime_dependency "activesupport", ">= 5" + spec.add_runtime_dependency "activesupport", ">= 4" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0"