summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a spec for no-args bundle on 2.0seg-pretty-bundle-helpSamuel Giddins2017-08-292-2/+16
* Fix outdated bundler suggestion logicSamuel Giddins2017-08-292-4/+4
* [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-292-15/+37
* Auto merge of #5638 - bundler:seg-warn-old-tls, r=indirectThe Bundler Bot2017-08-283-2/+107
|\
| * Update outdated TLS warning to link to new bundler guideseg-warn-old-tlsSamuel Giddins2017-08-122-7/+14
| * Use URI#host instead of #hostname for 1.8.7 compatibilitySamuel Giddins2017-08-121-1/+1
| * Add specs for warning for old TLS versionsSamuel Giddins2017-08-121-0/+68
| * Warn when making an outdated TLS connection to rubygems.orgSamuel Giddins2017-08-122-2/+32
* | Auto merge of #5955 - bundler:seg-bundler-2-defaults, r=indirectThe Bundler Bot2017-08-2814-29/+38
|\ \
| * | Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-2813-29/+36
| * | Default to packaging all on 2.0Samuel Giddins2017-08-283-4/+6
* | | Auto merge of #5973 - bundler:seg-molinillo-0.6.2, r=segiddinsThe Bundler Bot2017-08-282-8/+9
|\ \ \ | |/ / |/| |
| * | Update Molinillo to 0.6.2seg-molinillo-0.6.2Samuel Giddins2017-08-252-8/+9
* | | Auto merge of #5976 - bundler:colby/bundler-binstubs-standalone, r=segiddinsThe Bundler Bot2017-08-284-9/+40
|\ \ \
| * | | fix breaking binstubs standalone flagcolby/bundler-binstubs-standaloneColby Swandale2017-08-263-9/+37
| * | | document `shebang` option for bundler-binstubColby Swandale2017-08-261-0/+3
* | | | Auto merge of #5957 - bundler:seg-bundler-binstub-under-2, r=indirectThe Bundler Bot2017-08-273-11/+24
|\ \ \ \
| * | | | RG < 1.8 compatibility in bundle binstubseg-bundler-binstub-under-2Samuel Giddins2017-08-251-1/+2
| * | | | Stop installing bundler 1.12 for the specsSamuel Giddins2017-08-251-1/+0
| * | | | Allow spaces in bundle update --bundler versionSamuel Giddins2017-08-251-3/+11
| * | | | When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-252-6/+11
| | |/ / | |/| |
* | | | Auto merge of #5956 - bundler:seg-bundle-update-bundler-no-reresolve, r=indirectThe Bundler Bot2017-08-274-4/+34
|\ \ \ \ | |/ / / |/| | |
| * | | [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-204-4/+34
* | | | Auto merge of #5960 - shyouhei:master, r=segiddinsThe Bundler Bot2017-08-222-1/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | support ruby < 2.2.0Urabe, Shyouhei2017-08-221-1/+1
| * | | Add specs for TOPLEVEL_BINDING pollutionUrabe, Shyouhei2017-08-211-0/+18
| * | | avoid TOPLEVEL_BINDING pollutionUrabe, Shyouhei2017-08-211-1/+1
| |/ /
* | | Auto merge of #5873 - bundler:seg-deprecations-hard-error-in-2, r=segiddinsThe Bundler Bot2017-08-2030-78/+101
|\ \ \ | |/ / |/| |
| * | fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-2015-38/+35
| * | Fix detecting binstubs mismatchSamuel Giddins2017-08-201-1/+1
| * | Update major deprecation specs for narrower gems.rb warningSamuel Giddins2017-08-201-3/+6
| * | Deprecate the vlad & capistrano tasksSamuel Giddins2017-08-202-0/+8
| * | Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-2013-36/+51
|/ /
* | Merge tag 'v1.15.4'Samuel Giddins2017-08-192-1/+10
|\ \
| * | Version 1.15.4 with changelogv1.15.41-15-stableSamuel Giddins2017-08-192-1/+10
| * | Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-193-8/+37
| * | Auto merge of #5849 - rafaelfranca:thor-0.20, r=segiddinsThe Bundler Bot2017-08-1920-68/+182
| * | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddinsThe Bundler Bot2017-08-192-0/+26
| * | Auto merge of #5928 - shayonj:s/download-retry, r=segiddinsThe Bundler Bot2017-08-192-2/+29
| * | Fix spec error from bad mergeSamuel Giddins2017-08-191-2/+2
* | | Auto merge of #5720 - bundler:seg-compatibility-guard, r=indirectThe Bundler Bot2017-08-1912-13/+88
|\ \ \
| * | | 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 #5908 - bundler:seg-globally-cache-built-extensions, r=indirectThe Bundler Bot2017-08-199-8/+108
|\ \ \ \
| * | | | Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-196-18/+74