Sha256: 6db36cad6b5fa1d9ce9f796dd0a75cd9685fffb46a3fbc4550b74c6e40dfbe04
Contents?: true
Size: 555 Bytes
Versions: 23
Compression:
Stored size: 555 Bytes
Contents
bundle-inject(1) -- Add named gem(s) with version requirements to Gemfile ========================================================================= ## SYNOPSIS `bundle inject` [GEM] [VERSION] ## DESCRIPTION Adds the named gem(s) with their version requirements to the resolved `Gemfile(5)`. This command will add the gem to both your `Gemfile(5)` and Gemfile.lock if it isn't listed yet. Example: bundle install bundle inject 'rack' '> 0' This will inject the 'rack' gem with a version greater than 0 in your `Gemfile(5)` and Gemfile.lock
Version data entries
23 entries across 23 versions & 3 rubygems