Class Bundler::RubygemsIntegration
In: lib/bundler/rubygems_integration.rb
Parent: Object

Methods

Classes and Modules

Class Bundler::RubygemsIntegration::AlmostModern
Class Bundler::RubygemsIntegration::Deprecate
Class Bundler::RubygemsIntegration::Legacy
Class Bundler::RubygemsIntegration::Modern
Class Bundler::RubygemsIntegration::Transitional

Constants

Deprecate = ::Deprecate
Deprecate = Gem::Deprecate

External Aliases

require -> rubygems_require
gem_original_require -> require

Public Class methods

Public Instance methods

Used to make bin stubs that are not created by bundler work under bundler. The new Gem.bin_path only considers gems in specs

Replace or hook into Rubygems to provide a bundlerized view of the world.

Because Bundler has a static view of what specs are available, we don‘t reflesh, so stub it out.

[Validate]