Skip to content

Commit

Permalink
Merge 4170b68 into d8a864c
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Mar 1, 2019
2 parents d8a864c + 4170b68 commit b77f9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ env:
matrix:
- ACTION_MAILER_VERSION=4
- ACTION_MAILER_VERSION=5
- ACTION_MAILER_VERSION=6.0.0.beta2
- ACTION_MAILER_VERSION=master
matrix:
fast_finish: true
Expand Down
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', '< 7'

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

0 comments on commit b77f9f7

Please sign in to comment.