| Class | Bundler::RubygemsIntegration |
| In: |
lib/bundler/rubygems_integration.rb
|
| Parent: | Object |
| Deprecate | = | ::Deprecate |
| Deprecate | = | Gem::Deprecate |
| require | -> | rubygems_require |
| gem_original_require | -> | require |
Used to make bin stubs that are not created by bundler work under bundler. The new Gem.bin_path only considers gems in specs
Because Bundler has a static view of what specs are available, we don‘t reflesh, so stub it out.