From 5c8beba9dc47dad9a523b0f297d4038c4edae883 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Nov 2007 20:02:29 +0000 Subject: Prepare versions for RC1 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8121 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/Rakefile') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 762fc74f97..f6d2587427 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -76,7 +76,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.99.0' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' -- cgit v1.2.3