Instiki 0.16.5
Update to Rails 2.3.2 (the stable Rails 2.3 release). Add audio/speex support Update CHANGELOG Bump version number
This commit is contained in:
parent
801d307405
commit
e2ccdfd812
264 changed files with 4850 additions and 1906 deletions
3
vendor/rails/actionpack/Rakefile
vendored
3
vendor/rails/actionpack/Rakefile
vendored
|
@ -80,8 +80,7 @@ spec = Gem::Specification.new do |s|
|
|||
s.has_rdoc = true
|
||||
s.requirements << 'none'
|
||||
|
||||
s.add_dependency('activesupport', '= 2.3.1' + PKG_BUILD)
|
||||
s.add_dependency('rack', '>= 0.9.0')
|
||||
s.add_dependency('activesupport', '= 2.3.2' + PKG_BUILD)
|
||||
|
||||
s.require_path = 'lib'
|
||||
s.autorequire = 'action_controller'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue