aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 14:12:38 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 14:12:38 +0100
commit51a19ae2bf33e66b23ff5c91bf584b2efa9e669f (patch)
tree9616aecf1e1337e3ea2aee3f67f307f49183724e /actionmailer/Rakefile
parente442448fa3f706062ef9c89912c1fd95e1119f67 (diff)
downloadrails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.gz
rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.bz2
rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.zip
Assume that the next version is going to be 2.3 for now
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 572d9c3795..c3826e3a27 100644
--- 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', '= 2.2.1' + PKG_BUILD)
+ s.add_dependency('actionpack', '= 2.3.0' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'