Unvendor Rack
You'll need to rerun ruby bundle as rack is now loaded as gem.
This commit is contained in:
parent
7290e90631
commit
7e5dbe5854
137 changed files with 10 additions and 12960 deletions
|
@ -31,13 +31,8 @@ rescue LoadError
|
|||
end
|
||||
end
|
||||
|
||||
begin
|
||||
gem 'rack', '~> 1.1.0'
|
||||
require 'rack'
|
||||
rescue Gem::LoadError
|
||||
$:.unshift "#{File.dirname(__FILE__)}/../../../plugins/rack/lib"
|
||||
require 'rack'
|
||||
end
|
||||
gem 'rack', '>= 1.1.0'
|
||||
require 'rack'
|
||||
require 'action_controller/cgi_ext'
|
||||
|
||||
module ActionController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue