aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-06 05:26:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-06 05:26:14 +0000
commit944ae628f529a5392a543a88186415e87f462009 (patch)
tree75da7630316ca0c66c41074f85144cdac6c792d0 /actionmailer/Rakefile
parent26e381302c7eee09b8d03d32dc7a8233098a9abf (diff)
downloadrails-944ae628f529a5392a543a88186415e87f462009.tar.gz
rails-944ae628f529a5392a543a88186415e87f462009.tar.bz2
rails-944ae628f529a5392a543a88186415e87f462009.zip
Update versions for Rails 1.1.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4183 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 3da850b966..3cf143b1e1 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org"
- s.add_dependency('actionpack', '= 1.12.0' + PKG_BUILD)
+ s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'