From 944ae628f529a5392a543a88186415e87f462009 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Apr 2006 05:26:14 +0000 Subject: Update versions for Rails 1.1.1 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4183 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 f9b9acbb3b..2abdb816f7 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -68,7 +68,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '= 1.3.0' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.3.1' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' -- cgit v1.2.3