Skip to content

Commit

Permalink
Go back to depending on Rack 1.0.x gem
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 13, 2009
1 parent 18e68d9 commit f36d9a6
Show file tree
Hide file tree
Showing 52 changed files with 2 additions and 5,420 deletions.
8 changes: 2 additions & 6 deletions actionpack/lib/action_controller.rb
Expand Up @@ -31,12 +31,8 @@
end
end

begin
gem 'rack', '~> 1.0.0'
require 'rack'
rescue Gem::LoadError
require 'action_controller/vendor/rack-1.0.x/rack'
end
gem 'rack', '~> 1.0.0'
require 'rack'

module ActionController
# TODO: Review explicit to see if they will automatically be handled by
Expand Down
90 changes: 0 additions & 90 deletions actionpack/lib/action_controller/vendor/rack-1.0.x/rack.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit f36d9a6

Please sign in to comment.