aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-05 00:59:57 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-05 00:59:57 +0000
commit0633bb865bc755d4a67d6ade8ca588d2f3107b0f (patch)
tree06a21a73a82e5f9cbe6b68c2cf528ec15d95a9c6 /actionpack/Rakefile
parent545053856367b7ac42f556c113a23252d3e55c5a (diff)
downloadrails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.tar.gz
rails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.tar.bz2
rails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.zip
Update versions to match latest from stable
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3543 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-xactionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 441d852bb4..8e9ed0893b 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.3' + PKG_BUILD)
+ s.add_dependency('activesupport', '= 1.2.5' + PKG_BUILD)
s.require_path = 'lib'
s.autorequire = 'action_controller'