Skip to content

Commit

Permalink
Revert "Bump up mail dependency to take advantage of relaxed i18n ver…
Browse files Browse the repository at this point in the history
…sion requirement"

Locking to ~> 2.2.9.1 means locking to < 2.2.10, not intended behaviour.

This reverts commit e7de5dd.
  • Loading branch information
Mikel Lindsaar committed Nov 15, 2010
1 parent fc95196 commit 10fc93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.has_rdoc = true

s.add_dependency('actionpack', version)
s.add_dependency('mail', '~> 2.2.9.1')
s.add_dependency('mail', '~> 2.2.9')
end

0 comments on commit 10fc93b

Please sign in to comment.