From 2555b885edc24f03d0d3006398f86a23d3d93800 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Oct 2005 14:28:55 +0000 Subject: Really ready for release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2687 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 7049b8659c..e8a3d22873 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.1' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' -- cgit v1.2.3