Skip to content

Commit

Permalink
Merge pull request #15493 from bf4/relax_mail_dep
Browse files Browse the repository at this point in the history
Relax mail gem constraint from ~> 2.5.4 to ~> 2.5
  • Loading branch information
rafaelfranca committed Jun 3, 2014
1 parent 8ac5b94 commit 3d2f340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', version
s.add_dependency 'actionview', version

s.add_dependency 'mail', '~> 2.5.4'
s.add_dependency 'mail', ['~> 2.5', '>= 2.5.4']
end

0 comments on commit 3d2f340

Please sign in to comment.