method

inject

ruby latest stable - Class: Bundler::Injector

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

inject(new_deps, options = {})
public

No documentation available.

# File lib/bundler/injector.rb, line 7
    def self.inject(new_deps, options = {})
      injector = new(new_deps, options)
      injector.inject(Bundler.default_gemfile, Bundler.default_lockfile)
    end