summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.12.0 with changelogdocument-update-rubyAndre Arko2016-04-282-1/+5
* Document `update --ruby` optionAndre Arko2016-04-281-1/+4
* Version 1.12.0.rc.4 with changelogv1.12.0.rc.4Samuel Giddins2016-04-212-1/+7
* Auto merge of #4453 - RochesterinNYC:fix-bundle-outdated-patch-minor-for-nons...Homu2016-04-213-4/+19
* Version 1.12.0.rc.3 with changelogv1.12.0.rc.3Samuel Giddins2016-04-192-1/+7
* Auto merge of #4449 - bundler:seg-generically-preserve-new-attributes, r=indi...Homu2016-04-198-12/+208
* Version 1.12.0.rc.2 with changelogv1.12.0.rc.2Samuel Giddins2016-04-152-1/+13
* [Exec] Allow executables to exit non-zero via at_exitSamuel Giddins2016-04-152-3/+9
* [EnvironmentPreserver] Preserve originals in the backupSamuel Giddins2016-04-152-1/+16
* [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-152-3/+24
* Auto merge of #4407 - RochesterinNYC:1-12-backports-ssl-certs, r=indirectHomu2016-03-2911-110/+29
|\
| * Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dirJames Wen2016-03-282-2/+2
| * Fix `Bundler::SSLCerts::CertificateManager` specs to use newJames Wen2016-03-281-6/+6
| * use the certs from their new subdirectoriesAndre Arko2016-03-281-1/+1
| * only one level of directories here...Andre Arko2016-03-281-1/+1
| * stop requiring that we have every rubygems certAndre Arko2016-03-281-6/+0
| * test connecting to index.rubygems.orgAndre Arko2016-03-281-1/+2
| * remove certs that aren't needed anymoreAndre Arko2016-03-288-95/+19
* | Auto merge of #4404 - bundler:1-12-backports, r=indirectHomu2016-03-294-71/+145
|\ \ | |/ |/|
| * Allow `bundle outdated` to handle all combinations of `--major`,1-12-backportsJames Wen2016-03-272-4/+36
| * Create shared examples for major, minor, patch version detection inJames Wen2016-03-271-46/+52
| * Prevent endless recursive copy for `bundle package --all` andJames Wen2016-03-272-23/+59
|/
* Version 1.12.0.rc with changelogv1.12.0.rcAndre Arko2016-03-132-1/+13
* Auto merge of #4362 - bundler:aa-1-12-backports, r=indirectHomu2016-03-1318-31/+229
|\
| * add certs needed to validate index.rubygems.orgaa-1-12-backportsAndre Arko2016-03-123-0/+126
| * test HTTPS connections to index.rubygems.orgAndre Arko2016-03-121-0/+1
| * Fix the following warning in the test suite:James Wen2016-03-121-1/+1
| * [RubygemsIntegration] Add support for new activate_bin_path binstubsSamuel Giddins2016-03-123-18/+25
| * [Edgecases] Update for release of Rails 3.2.22.2Samuel Giddins2016-03-121-1/+1
| * Fix which to compare quotes correctly on 1.8.7Samuel Giddins2016-03-121-1/+2
| * Handle quotes in PATHSamuel Giddins2016-03-122-5/+42
| * [Travis] Test against RubyGems 2.6.1Samuel Giddins2016-03-122-3/+3
| * Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-03-122-0/+25
| * [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-112-3/+3
| * Document change in --without behavior Richard Schneeman2016-03-111-0/+1
|/
* Update changelog for 1.12.0.pre.2v1.12.0.pre.2Samuel Giddins2016-02-262-1/+28
* Auto merge of #4322 - bundler:seg-rubygems-2.6.0, r=indirectHomu2016-02-262-3/+3
|\
| * [Travis] Test against RubyGems 2.6.0seg-rubygems-2.6.0Samuel Giddins2016-02-252-3/+3
|/
* Auto merge of #4320 - bundler:seg-with-rubygems, r=segiddinsHomu2016-02-254-9/+48
|\
| * [with_rubygems] Ensure exec is always called to fix use in the binstubsseg-with-rubygemsSamuel Giddins2016-02-241-3/+7
| * Add helper script for running with particular rubygems versionsSamuel Giddins2016-02-244-9/+44
* | Auto merge of #4308 - bundler:seg-bundle-no-install, r=indirectHomu2016-02-253-1/+17
|\ \
| * | [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-172-1/+5
| * | add test for bundle install after packageChulki Lee2016-02-171-0/+12
* | | Auto merge of #4271 - bundler:seg-load-exec, r=indirectHomu2016-02-252-11/+135
|\ \ \
| * | | [Exec] Fix loading on 1.8.7seg-load-execSamuel Giddins2016-02-232-3/+6
| * | | [Exec] Add specs for loading an executableSamuel Giddins2016-02-221-0/+85
| * | | [Exec] Improve performance when checking for a ruby shebangSamuel Giddins2016-02-221-2/+6
| * | | [Exec] Filter bundler code from backtrace when load failsSamuel Giddins2016-02-221-1/+2
| * | | [Exec] Set $0 when loadingSamuel Giddins2016-02-221-0/+1