summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Auto merge of #5912 - koic:dont_create_gem_home_before_setting_it, r=segiddinsThe Bundler Bot2017-08-121-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | [2.0] Don't create gem home before setting itKoichi ITO2017-08-021-7/+0
* | | | | | | | | Auto merge of #5928 - shayonj:s/download-retry, r=segiddinsThe Bundler Bot2017-08-112-2/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Retry downloading gems consistently across all versions of RubyGemsShayon Mukherjee2017-08-062-2/+29
* | | | | | | | | | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-117-1/+94
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-104-6/+24
| * | | | | | | | | | implement new list command taken from bundler showColby Swandale2017-08-047-1/+76
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #5934 - arbonap:pa-pristine-docs, r=colby-swandaleThe Bundler Bot2017-08-111-3/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add more explanation to `bundle pristine` docsPatricia Arbona2017-08-101-3/+24
|/ / / / / / / / /
* | | | | | | | | Auto merge of #5929 - bundler:indirect/override-version-for-dev, r=segiddinsThe Bundler Bot2017-08-073-14/+12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Extract override version for use installing in devindirect/override-version-for-devAndre Arko2017-08-073-14/+12
|/ / / / / / / /
* | | | | | | | Auto merge of #5922 - bundler:colby/fix-new-init-env-var, r=indirectThe Bundler Bot2017-08-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix documented init gems rb config env varcolby/fix-new-init-env-varColby Swandale2017-08-041-1/+1
| |/ / / / / / /
* | | | | | | | Auto merge of #5921 - arbonap:pa-triage-strategies, r=colby-swandaleThe Bundler Bot2017-08-042-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Add Bug Triage StrategiesPatricia Arbona2017-08-032-0/+9
|/ / / / / / / /
* | | | | | | | Auto merge of #5916 - arbonap:pa-fix-broken-link, r=colby-swandaleThe Bundler Bot2017-08-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update broken link in bundle-gem man pagePatricia Arbona2017-08-021-1/+1
* | | | | | | | | Auto merge of #5919 - koic:fix_template_of_gemsrb, r=colby-swandaleThe Bundler Bot2017-08-031-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix the tempalte of gems.rbKoichi ITO2017-08-031-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Auto merge of #5917 - arbonap:pa-doc-specs, r=colby-swandaleThe Bundler Bot2017-08-031-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Include `bin/rspec` in directions to test doc changesPatricia Arbona2017-08-021-2/+2
|/ / / / / / / /
* | | | | | | | Auto merge of #5911 - arbonap:pa-setup-docs, r=segiddinsThe Bundler Bot2017-08-021-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Explain RUBYOPT in Debugging section of Setup docsPatricia Arbona2017-08-011-0/+11
|/ / / / / / /
* | | | | | | Auto merge of #5902 - bundler:seg-molinillo-0.6, r=segiddinsThe Bundler Bot2017-08-0129-390/+830
|\ \ \ \ \ \ \
| * | | | | | | Update vendored Molinillo to 0.6.1seg-molinillo-0.6Samuel Giddins2017-08-012-15/+3
| * | | | | | | Update vendored Molinillo to 0.6.0Samuel Giddins2017-08-0121-161/+629
| * | | | | | | Update prerelease logic for new molinilloSamuel Giddins2017-08-012-8/+4
| * | | | | | | Update conservative update specs for being able to revert to the locked resol...Samuel Giddins2017-08-011-8/+4
| * | | | | | | Use compound matchers in resolving specSamuel Giddins2017-08-012-4/+3
| * | | | | | | [DepProxy] Allow == nilSamuel Giddins2017-08-011-0/+1
| * | | | | | | Update the resolving spec for debug output having changedSamuel Giddins2017-08-011-2/+4
| * | | | | | | [Resolver] Use Molinillo’s built in conflict message with treesSamuel Giddins2017-08-011-91/+68
| * | | | | | | Refactor SpecGroup to not subclass ArraySamuel Giddins2017-08-013-102/+113
| * | | | | | | Refactor the GVP specs to not assume spec groups are arraysSamuel Giddins2017-08-011-15/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Auto merge of #5909 - koic:print_only_version_number, r=segiddinsThe Bundler Bot2017-08-016-5/+34
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-016-5/+34
| |/ / / / /
* | | | | | Auto merge of #5900 - bundler:seg-env-eval-gemfile, r=colby-swandaleThe Bundler Bot2017-08-016-10/+86
|\ \ \ \ \ \
| * | | | | | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-276-10/+86
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #5907 - roberts1000:fix-magic-comment-style-for-gemspec-templat...The Bundler Bot2017-07-311-0/+1
|\ \ \ \ \ \
| * | | | | | Add new line after new gem gemspec templateRobert Soly2017-07-311-0/+1
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #5903 - arbonap:pa-delete-aliases, r=segiddinsThe Bundler Bot2017-07-311-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Delete redundant aliases from bundle outdated commandPatricia Arbona2017-07-271-2/+2
| |/ / / /
* | | | | Auto merge of #5906 - arbonap:pa-add-aliases, r=colby-swandaleThe Bundler Bot2017-07-286-10/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing flag aliases to docsPatricia Arbona2017-07-286-10/+14
|/ / / /
* | | | Auto merge of #5901 - bundler:seg-bundler-2-tasks, r=indirectThe Bundler Bot2017-07-262-0/+18
|\ \ \ \
| * | | | Add a task to install a bundler 2 dev gemseg-bundler-2-tasksSamuel Giddins2017-07-261-0/+10
| * | | | Add bundle2 binstubSamuel Giddins2017-07-261-0/+8
|/ / / /
* | | | Auto merge of #5896 - bundler:seg-globally-cache-git-repos, r=indirectThe Bundler Bot2017-07-254-15/+21
|\ \ \ \
| * | | | [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-254-15/+21
* | | | | Auto merge of #5892 - arbonap:pa-gemfile-doc-changes, r=colby-swandaleThe Bundler Bot2017-07-251-0/+31
|\ \ \ \ \