Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
remove(gems, options = {})
public
No documentation available.
# File lib/bundler/injector.rb, line 12
def self.remove(gems, options = {})
injector = new(gems, options)
injector.remove(Bundler.default_gemfile, Bundler.default_lockfile)
end