Class Bundler::Injector
In: lib/bundler/injector.rb
Parent: Object

Methods

inject   inject   new   remove   remove  

Constants

INJECTED_GEMS = "injected gems".freeze

Public Class methods

Public Instance methods

@param [Pathname] gemfile_path The Gemfile in which to inject the new dependency. @param [Pathname] lockfile_path The lockfile in which to inject the new dependency. @return [Array]

@param [Pathname] gemfile_path The Gemfile from which to remove dependencies. @param [Pathname] lockfile_path The lockfile from which to remove dependencies. @return [Array]

[Validate]