Revert "Require rack-mount 0.6.0 since 0.6.1 and later can't be bundled"

They can be bundled. Just the git repos can't. Use rails/rack-mount for that.

This reverts commit ef6cdc974f.
This commit is contained in:
Jeremy Kemper 2010-04-16 13:55:21 -07:00
parent 1924cff934
commit 9f26f95d4a
2 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_dependency('activemodel', version) s.add_dependency('activemodel', version)
s.add_dependency('rack', '~> 1.1.0') s.add_dependency('rack', '~> 1.1.0')
s.add_dependency('rack-test', '~> 0.5.0') s.add_dependency('rack-test', '~> 0.5.0')
s.add_dependency('rack-mount', '= 0.6.0') s.add_dependency('rack-mount', '~> 0.6.0')
s.add_dependency('erubis', '~> 2.6.5') s.add_dependency('erubis', '~> 2.6.5')
end end

View File

@ -148,7 +148,7 @@ Here the only two gems we need are +rails+ and +sqlite3-ruby+, so it seems. This
* mime-types-1.16.gem * mime-types-1.16.gem
* polyglot-0.3.1.gem * polyglot-0.3.1.gem
* rack-1.1.0.gem * rack-1.1.0.gem
* rack-mount-0.6.0.gem * rack-mount-0.6.1.gem
* rack-test-0.5.3.gem * rack-test-0.5.3.gem
* rails-3.0.0.beta1.gem * rails-3.0.0.beta1.gem
* railties-3.0.0.beta1.gem * railties-3.0.0.beta1.gem
@ -4141,4 +4141,4 @@ The _activesupport/lib/active_support/ruby/shim.rb_ file requires methods that h
For more information see the ActiveSupport Extensions guide TODO: link to relevant sections for each method. For more information see the ActiveSupport Extensions guide TODO: link to relevant sections for each method.
And "the REXML security fix detailed here":[http://weblog.rubyonrails.org/2008/8/23/dos-vulnerabilities-in-rexml] And "the REXML security fix detailed here":[http://weblog.rubyonrails.org/2008/8/23/dos-vulnerabilities-in-rexml]