aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 20:02:29 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-09 20:02:29 +0000
commit5c8beba9dc47dad9a523b0f297d4038c4edae883 (patch)
treec83c49290e3aa39149cba740a3177df1c416ba2d /actionmailer/Rakefile
parentb318134c99dc3f0f639f6dd225bfc807b4e76460 (diff)
downloadrails-5c8beba9dc47dad9a523b0f297d4038c4edae883.tar.gz
rails-5c8beba9dc47dad9a523b0f297d4038c4edae883.tar.bz2
rails-5c8beba9dc47dad9a523b0f297d4038c4edae883.zip
Prepare versions for RC1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8121 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-xactionmailer/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index ef537aa277..2f0fa63baa 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -55,7 +55,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org"
- s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
+ s.add_dependency('actionpack', '= 1.99.0' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'