Skip to content

Commit

Permalink
let it work with actionmailer < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghetticode committed May 2, 2012
1 parent 93003f4 commit 5756692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job_mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rspec-rails'
s.add_runtime_dependency 'actionmailer', '~> 2.3.5'
s.add_runtime_dependency 'actionmailer', '< 3.1.0'

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit 5756692

Please sign in to comment.