mirror of
https://github.com/github/rails.git
synced 2026-02-07 20:54:57 -05:00
Call Active Support 0.9 until release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@629 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user