aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Warn when running an outdated bundler versionSamuel Giddins2017-01-141-0/+22
* [CLI] Fail gracefully when multiple names are passed to `bundle gem`Samuel Giddins2017-01-021-1/+12
* [CLI] Dont override Kernel#gem for bundle gemSamuel Giddins2017-01-011-2/+13
* Auto merge of #5139 - bitboxer:move-man-pages-to-man-folder, r=indirectHomu2016-11-061-19/+10
|\
| * Move man pages to man folderBodo Tasche2016-10-301-19/+10
* | Add bundle-outdated man pagechrismo2016-10-311-3/+3
* | Update bundle lock man pagechrismo2016-10-241-3/+3
* | New bundle update options documented.chrismo2016-10-221-3/+3
|/
* Auto merge of #5061 - chrismo:cons_outdated, r=indirectHomu2016-10-221-3/+11
|\
| * Enable cons updates in outdated and other fixes.chrismo2016-10-121-3/+11
* | Add bundle install conservative updating to updatechrismo2016-10-211-12/+16
|/
* 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 updatingSamuel Giddins2016-09-111-1/+1
|/
* [Settings] Allow temporarily overriding settings in-memorySamuel 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 classSamuel Giddins2016-08-181-2/+2
* | [Lock] Allow removing platformsSamuel 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 --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