aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-06-30 14:37:12 -0700
committerCarl Lerche <carllerche@mac.com>2009-06-30 14:37:12 -0700
commitdb3de78a83379ab2a58e0d29fb10622b813a4d44 (patch)
tree33a948a9b2402c965745dde584c98cc7e5af2054 /actionpack/Rakefile
parent132e6d00638dc6370fafa0f1377d3bca17eee2d1 (diff)
downloadrails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.gz
rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.bz2
rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.zip
Bump up the version to 3.0.pre
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 142c72ce6b..1fc5018561 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -115,7 +115,7 @@ spec = Gem::Specification.new do |s|
s.has_rdoc = true
s.requirements << 'none'
- s.add_dependency('activesupport', '= 2.3.2' + PKG_BUILD)
+ s.add_dependency('activesupport', '= 3.0.pre' + PKG_BUILD)
s.require_path = 'lib'
s.autorequire = 'action_controller'