summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Outdated] Stop printing “from” messages in random placesseg-outdated-new-machineSamuel Giddins2017-03-311-17/+15
* [Outdated] Support running when gems are not yet installedSamuel Giddins2017-03-312-1/+16
* [LazySpecification] Implement #git_versionSamuel Giddins2017-03-311-0/+5
* [UI::Shell] Simplify level comparison logicSamuel Giddins2017-03-312-6/+23
* Auto merge of #5546 - jules2689:master, r=segiddinsThe Bundler Bot2017-03-311-2/+11
|\
| * Change `definition#converge_dependencies` comparison to an iterator for perfo...Julian Nadeau2017-03-301-2/+11
* | Auto merge of #5550 - emsk:update-rubocop, r=segiddinsThe Bundler Bot2017-03-303-7/+65
|\ \
| * | [RuboCop] Update to 0.48.0emsk2017-03-313-7/+65
| |/
* | Auto merge of #5548 - coderanger:patch-2, r=segiddinsThe Bundler Bot2017-03-301-1/+1
|\ \ | |/ |/|
| * Correct the config option name corresponding to --binstubsNoah Kantrowitz2017-03-291-1/+1
|/
* Auto merge of #5545 - coderanger:patch-1, r=segiddinsThe Bundler Bot2017-03-291-2/+5
|\
| * Fix indentation to match other lines.Noah Kantrowitz2017-03-281-1/+1
| * Document that --retry works for update.Noah Kantrowitz2017-03-281-2/+5
* | Auto merge of #5539 - jules2689:master, r=segiddinsThe Bundler Bot2017-03-292-18/+17
|\ \
| * | Change LockFileParse dependencies class variable from an array to a hashJulian Nadeau2017-03-282-18/+17
| |/
* | Auto merge of #5509 - brchristian:amber_regressions, r=segiddinsThe Bundler Bot2017-03-292-1/+43
|\ \ | |/ |/|
| * add testsBrian Christian2017-03-281-0/+26
| * use Gem::Version.correct? instead of catching exceptionsBrian Christian2017-03-231-3/+7
| * extract color logic into private methodBrian Christian2017-03-081-9/+13
| * only rescue relevant exceptionsBrian Christian2017-03-081-1/+1
| * use yellow color when version is moving backwardsBrian Christian2017-03-081-1/+9
* | Auto merge of #5531 - colby-swandale:issues-drop-rails23, r=colby-swandaleThe Bundler Bot2017-03-241-6/+0
|\ \
| * | fix EOLColby Swandale2017-03-241-1/+1
| * | remove rails 2.3 from ISSUES guideColby Swandale2017-03-231-7/+1
* | | Auto merge of #5534 - rafaelfranca:fix-mirror-socket, r=andremedeirosThe Bundler Bot2017-03-231-0/+2
|\ \ \
| * | | Require socket in the file that needs itRafael Mendonça França2017-03-231-0/+2
|/ / /
* | | Auto merge of #5524 - colby-swandale:fix-gem-command-git, r=colby-swandaleThe Bundler Bot2017-03-232-18/+35
|\ \ \
| * | | quote empty PATHColby Swandale2017-03-211-1/+1
| * | | turns out linux needs env vars to be quoted (even when empty)Colby Swandale2017-03-201-1/+1
| * | | run specs without git in the envColby Swandale2017-03-191-2/+6
| * | | add specs to test gem command when git is not installed (note: this won't act...Colby Swandale2017-03-191-0/+27
| * | | dont create .gitignore as well if git is not installed in the gem commandColby Swandale2017-03-191-1/+2
| * | | dont init new git repo unless git is installed on gem commandColby Swandale2017-03-192-21/+6
| |/ /
* | | Auto merge of #5520 - kerrizor:kerrizor/stop-bundler-from-uninstalling-itself...The Bundler Bot2017-03-203-1/+19
|\ \ \
| * | | Account for differing behavior in hash#select between 1.8.7 and 1.9.3+Kerri Miller2017-03-171-1/+1
| * | | .map -> .each, as we are not using return valueKerri Miller2017-03-161-1/+1
| * | | Only uninstall plugins that we attempted to install.Kerri Miller2017-03-163-1/+19
| |/ /
* | | Auto merge of #5523 - colby-swandale:newgem-readme-spacing, r=segiddinsThe Bundler Bot2017-03-201-4/+4
|\ \ \ | |/ / |/| |
| * | fix spacing between paragraphs in generated READMEs for new gemsColby Swandale2017-03-191-4/+4
|/ /
* | Auto merge of #5428 - DTrierweiler:master, r=segiddinsThe Bundler Bot2017-03-162-0/+8
|\ \
| * | Documentation at the correct placeDaniel Trierweiler2017-03-151-7/+3
| * | Double quotes and small documentationDaniel Trierweiler2017-03-152-1/+8
| * | --key parameter can be set via bundle config gem.push_keyDaniel Trierweiler2017-03-151-1/+1
| * | Uppercase for env variablesDaniel Trierweiler2017-02-131-1/+1
| * | Add the option to use the --key parameter for gemstash with private gemsDaniel Trierweiler2017-02-131-0/+5
* | | Auto merge of #5504 - bundler:seg-double-bundle-exec, r=indirectThe Bundler Bot2017-03-154-22/+74
|\ \ \
| * | | Add a spec for nested bundle exec with a gem that shadows a default gemseg-double-bundle-execSamuel Giddins2017-03-141-15/+57
| * | | Allow installing a gem from an arbitrary repo in the specsSamuel Giddins2017-03-141-1/+3
| * | | [CLI] Only reset paths if we’ve set a custom gemfileSamuel Giddins2017-03-142-3/+12
| * | | Remove .bundle if its in tmp in Spec.reset!Samuel Giddins2017-03-141-2/+2