mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add rackmount to actionmailer gemspec
This commit is contained in:
parent
a1df259074
commit
e994bf0c81
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ sibling = "#{File.dirname(__FILE__)}/.."
|
|||
gem "activesupport", "3.0.pre", :vendored_at => "#{sibling}/activesupport"
|
||||
gem "activemodel", "3.0.pre", :vendored_at => "#{sibling}/activemodel"
|
||||
gem "actionpack", "3.0.pre", :vendored_at => "#{sibling}/actionpack"
|
||||
gem "rack-mount", :git => "git://github.com/josh/rack-mount.git"
|
||||
gem "mocha"
|
||||
|
||||
#disable_system_gems
|
||||
|
|
Loading…
Reference in a new issue