summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * | | Cache git extensions in a path that includes the revSamuel Giddins2017-08-191-1/+1
| * | | Just dont cache extensions on super old RG versionsSamuel Giddins2017-08-192-2/+7
| * | | Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-195-2/+41
|/ / /
* | | Auto merge of #5938 - NickLaMuro:spec_deps_on_ruby_193, r=segiddinsThe Bundler Bot2017-08-181-4/+11
|\ \ \
| * | | Use universal rubygems method for installing gemsNick LaMuro2017-08-141-4/+11
* | | | Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-183-3/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | Use Bundler::Installer for bundle pristineNick LaMuro2017-08-143-3/+33
| |/ /
* | | 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
|\ \ \ \ \