diff options
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-x | actionmailer/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 02ef4d6f13..f3a3449a1a 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.3' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' @@ -93,4 +93,4 @@ task :release => [ :package ] do rubyforge = RubyForge.new rubyforge.login rubyforge.add_release(PKG_NAME, PKG_NAME, "REL #{PKG_VERSION}", *packages) -end
\ No newline at end of file +end |