From 5dabc92cf9df267274056fd615e2ebe62eb645fd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Feb 2005 16:43:13 +0000 Subject: Call Active Support 0.9 until release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@629 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 28cf431725..77096cab40 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -57,7 +57,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '>= 1.0.0') + s.add_dependency('activesupport', '>= 0.9.0') s.require_path = 'lib' s.autorequire = 'action_controller' -- cgit v1.2.3