mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Now that we are compatible with Rake 0.9.0, lets allow it back in
This commit is contained in:
parent
8b719cf3f7
commit
f62aba74ef
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.rdoc_options << '--exclude' << '.'
|
||||
|
||||
s.add_dependency('rake', '= 0.8.7')
|
||||
s.add_dependency('rake', '>= 0.8.7')
|
||||
s.add_dependency('thor', '~> 0.14.6')
|
||||
s.add_dependency('rack-ssl', '~> 1.3.2')
|
||||
s.add_dependency('activesupport', version)
|
||||
|
|
Loading…
Reference in a new issue