Skip to content

Commit

Permalink
Remove upper version constraint for actionmailer
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Jul 17, 2019
1 parent d8a864c commit 84bd3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premailer-rails.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'premailer', '~> 1.7', '>= 1.7.9'
s.add_dependency 'actionmailer', '>= 3', '< 6'
s.add_dependency 'actionmailer', '>= 3'

s.add_development_dependency 'rspec', '~> 3.3'
s.add_development_dependency 'nokogiri'
Expand Down

0 comments on commit 84bd3fc

Please sign in to comment.