diff options
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-x | actionmailer/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 498298298b..3da850b966 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.11.2' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.12.0' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' |