diff options
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-x | actionpack/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 0061387fe9..7049b8659c 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.1.1' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' |