aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
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 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'