summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure versions are unfrozen for super old RGseg-compatibility-guardSamuel Giddins2017-08-171-1/+1
* Allow ignoring the compatibilty guard in specsSamuel Giddins2017-08-175-4/+18
* [Gemspec] Set 2.0 required ruby/rubygems versionsSamuel Giddins2017-08-171-2/+7
* Always bundle exec to Gem.ruby in the specsSamuel Giddins2017-08-171-9/+9
* Update supported versions according to https://github.com/bundler/bundler/iss...Samuel Giddins2017-08-175-8/+11
* Add a compatibility guard that prints friendly errors on bundler 2+Samuel Giddins2017-08-175-0/+40
* Allow simulating different RubyGems versions in the specsSamuel Giddins2017-08-172-0/+13
* Auto merge of #5849 - rafaelfranca:thor-0.20, r=segiddinsThe Bundler Bot2017-08-1621-70/+184
|\
| * Update specs for thor handling file clashesSamuel Giddins2017-08-162-8/+9
| * Remove hack for help accepting --no-colorSamuel Giddins2017-08-161-3/+0
| * Update Thor to 0.20.0Rafael Mendonça França2017-08-1618-59/+175
|/
* Auto merge of #5880 - stan3:ssl_cert_from_gem_config, r=indirectThe Bundler Bot2017-08-162-6/+53
|\
| * Use ssl client cert and ca cert settings from gem configuration as fallbacksTristan Hill2017-07-242-6/+53
* | Auto merge of #5862 - NickLaMuro:remove_bin_dir_from_gem_build, r=indirectThe Bundler Bot2017-08-151-1/+3
|\ \
| * | Include the READMEish files in the buildNick LaMuro2017-07-121-0/+2
| * | Only include the bin and lib directories from gitNick LaMuro2017-07-121-1/+1
* | | Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirectThe Bundler Bot2017-08-152-3/+12
|\ \ \
| * | | [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweakSamuel Giddins2017-08-012-3/+12
* | | | Auto merge of #5948 - koic:fix_a_typos, r=colby-swandaleThe Bundler Bot2017-08-152-2/+2
|\ \ \ \
| * | | | Fix a typosKoichi ITO2017-08-152-2/+2
|/ / / /
* | | | Auto merge of #5904 - bundler:seg-explicit-update-warning, r=indirectThe Bundler Bot2017-08-142-0/+33
|\ \ \ \
| * | | | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-272-0/+33
* | | | | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddinsThe Bundler Bot2017-08-132-0/+26
|\ \ \ \ \
| * | | | | use include? instead of matchAdam Wanninger2017-08-132-2/+2
| * | | | | raise PathError instead of BundlerErrorAdam Wanninger2017-08-092-4/+4
| * | | | | raise BundlerError and expand error messsageAdam Wanninger2017-08-072-23/+16
| * | | | | fix rubocop failuresAdam Wanninger2017-08-072-9/+23
| * | | | | exit if bundle bin path contains a path separatorAdam Wanninger2017-08-072-0/+19
* | | | | | Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-129-11/+140
|\ \ \ \ \ \
| * | | | | | Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-029-11/+140
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #5942 - arbonap:pa-docs-bundlerio, r=segiddinsThe Bundler Bot2017-08-122-0/+15
|\ \ \ \ \ \
| * | | | | | Explain how to write docs for bundler.ioPatricia Arbona2017-08-102-0/+15
* | | | | | | 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
|\ \ \ \ \ \ \ \