summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-061-0/+2
* Add conservative update options to bundle lockchrismo2016-10-041-0/+8
* Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-301-0/+2
|\
| * Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-0/+2
* | [Lock] Default to not updatingseg-lock-no-updateSamuel Giddins2016-09-111-1/+1
|/
* [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporarySamuel Giddins2016-08-261-5/+3
* Auto merge of #4878 - Zorbash:binstubs-standalone-flag, r=segiddinsHomu2016-08-241-1/+1
|\
| * Change standalone flag of binstubs cmd to booleanDimitris Zorbas2016-08-141-1/+1
* | postpone the `add` command until 1.14Andre Arko2016-08-221-10/+0
* | mark inject deprecated for removal in 2.0Andre Arko2016-08-221-0/+1
* | Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-2/+2
* | [Lock] Allow removing platformsseg-lock-remove-platfomSamuel Giddins2016-08-121-0/+2
|/
* doctor: gems not being installed isn't fatalMisty De Meo2016-08-021-3/+0
* Add command to diagnose common issuesMisty De Meo2016-08-021-0/+18
* Fix bundle --helpseg-fix-bundle-helpSamuel Giddins2016-07-241-3/+5
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-2/+4
* [CLI] Only plint command in verbose or after trampoliningSamuel Giddins2016-07-191-0/+1
* [CLI] Dont print the command for more commandsSamuel Giddins2016-07-191-1/+1
* [CLI] Print running commandSamuel Giddins2016-07-191-0/+14
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-131-0/+4
|\
| * Avoid writing .bundle unecessarilySamuel Giddins2016-07-051-1/+1
| * Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-3/+3
| * Deprecate `bundle list`Agis Anastasopoulos2016-07-051-0/+3
| * Change `given_flags?` to `options_given?`Stefan Lance2016-07-051-1/+1
| * Add deprecation warning & spec for not autoremembering flagsStefan Lance2016-07-051-0/+1
* | Mark new options as hiddenchrismo2016-07-081-6/+4
* | Clarified changing dependency specs.chrismo2016-07-081-0/+4
* | UpdateOptions added and passed thru all_the_thingschrismo2016-07-081-0/+6
|/
* Auto merge of #4632 - b-ggs:bundle-add, r=RochesterinNYCHomu2016-07-041-0/+10
|\
| * Fix prerelease version pickingBoggs2016-06-291-4/+4
| * Rename flag to `--group`Boggs2016-06-271-1/+1
| * Implement --groups and --source flags for `bundle add`Boggs2016-06-271-2/+2
| * WIP - groups and sourceBoggs2016-06-221-0/+2
| * Remove extra parameter specifying command.Boggs2016-06-201-4/+3
| * Add option to `remove_timestamp` from `Injector` class.Boggs2016-06-161-1/+1
| * Add `--pre` flag to add prerelease gemsBoggs2016-06-151-0/+1
| * Remove add class, add `last_version_number` method in `inject.rb`Boggs2016-06-151-2/+4
| * Pattern bundle add implementation after bundle injectBoggs2016-06-131-3/+3
| * Use Bundler.definition to fetch last version numberBoggs2016-06-131-1/+1
| * Remove adder from autoload, add require in cli.rbBoggs2016-06-131-0/+1
| * Rename Adder to Add, move add to CLI namespaceBoggs2016-06-131-1/+1
| * Follow initialize + run pattern for adder invocationBoggs2016-06-131-1/+1
| * Add `bundle add` command to add gems into the GemfileAndrey Ognevsky2016-06-131-0/+5
* | Add machinery for printing major deprecationsSamuel Giddins2016-06-231-0/+2
|/
* Auto merge of #4643 - bundler:seg-postit-trampoline, r=indirectHomu2016-06-111-0/+2
|\
| * Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-0/+2
* | Included plugins in bool_keys for settingsAsutosh Palai2016-06-101-2/+2
* | Using Bundler.settings to enable plugin cliAsutosh Palai2016-06-101-1/+2
* | Switching back to env to enable plugin cliAsutosh Palai2016-06-071-1/+1
* | Merge branch 'master' into pluginAsutosh Palai2016-06-071-0/+4
|\ \ | |/