| Commit message (Expand) | Author | Age | Files | Lines |
* | [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolve | Samuel Giddins | 2017-08-20 | 4 | -4/+34 |
* | Merge tag 'v1.15.4' | Samuel Giddins | 2017-08-19 | 2 | -1/+10 |
|\ |
|
| * | Version 1.15.4 with changelogv1.15.41-15-stable | Samuel Giddins | 2017-08-19 | 2 | -1/+10 |
| * | Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se... | The Bundler Bot | 2017-08-19 | 3 | -8/+37 |
| * | Auto merge of #5849 - rafaelfranca:thor-0.20, r=segiddins | The Bundler Bot | 2017-08-19 | 20 | -68/+182 |
| * | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddins | The Bundler Bot | 2017-08-19 | 2 | -0/+26 |
| * | Auto merge of #5928 - shayonj:s/download-retry, r=segiddins | The Bundler Bot | 2017-08-19 | 2 | -2/+29 |
| * | Fix spec error from bad merge | Samuel Giddins | 2017-08-19 | 1 | -2/+2 |
* | | Auto merge of #5720 - bundler:seg-compatibility-guard, r=indirect | The Bundler Bot | 2017-08-19 | 12 | -13/+88 |
|\ \ |
|
| * | | Ensure versions are unfrozen for super old RGseg-compatibility-guard | Samuel Giddins | 2017-08-17 | 1 | -1/+1 |
| * | | Allow ignoring the compatibilty guard in specs | Samuel Giddins | 2017-08-17 | 5 | -4/+18 |
| * | | [Gemspec] Set 2.0 required ruby/rubygems versions | Samuel Giddins | 2017-08-17 | 1 | -2/+7 |
| * | | Always bundle exec to Gem.ruby in the specs | Samuel Giddins | 2017-08-17 | 1 | -9/+9 |
| * | | Update supported versions according to https://github.com/bundler/bundler/iss... | Samuel Giddins | 2017-08-17 | 5 | -8/+11 |
| * | | Add a compatibility guard that prints friendly errors on bundler 2+ | Samuel Giddins | 2017-08-17 | 5 | -0/+40 |
| * | | Allow simulating different RubyGems versions in the specs | Samuel Giddins | 2017-08-17 | 2 | -0/+13 |
* | | | Auto merge of #5908 - bundler:seg-globally-cache-built-extensions, r=indirect | The Bundler Bot | 2017-08-19 | 9 | -8/+108 |
|\ \ \ |
|
| * | | | Move cached extensions to cache/extensionsseg-globally-cache-built-extensions | Samuel Giddins | 2017-08-19 | 6 | -18/+74 |
| * | | | Cache git extensions in a path that includes the rev | Samuel Giddins | 2017-08-19 | 1 | -1/+1 |
| * | | | Just dont cache extensions on super old RG versions | Samuel Giddins | 2017-08-19 | 2 | -2/+7 |
| * | | | Globally cache built extensions for RG & Git sources | Samuel Giddins | 2017-08-19 | 5 | -2/+41 |
|/ / / |
|
* | | | Auto merge of #5938 - NickLaMuro:spec_deps_on_ruby_193, r=segiddins | The Bundler Bot | 2017-08-18 | 1 | -4/+11 |
|\ \ \ |
|
| * | | | Use universal rubygems method for installing gems | Nick LaMuro | 2017-08-14 | 1 | -4/+11 |
* | | | | Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se... | The Bundler Bot | 2017-08-18 | 3 | -3/+33 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Use Bundler::Installer for bundle pristine | Nick LaMuro | 2017-08-14 | 3 | -3/+33 |
| |/ / |
|
* | | | Auto merge of #5849 - rafaelfranca:thor-0.20, r=segiddins | The Bundler Bot | 2017-08-16 | 21 | -70/+184 |
|\ \ \ |
|
| * | | | Update specs for thor handling file clashes | Samuel Giddins | 2017-08-16 | 2 | -8/+9 |
| * | | | Remove hack for help accepting --no-color | Samuel Giddins | 2017-08-16 | 1 | -3/+0 |
| * | | | Update Thor to 0.20.0 | Rafael Mendonça França | 2017-08-16 | 18 | -59/+175 |
|/ / / |
|
* | | | Auto merge of #5880 - stan3:ssl_cert_from_gem_config, r=indirect | The Bundler Bot | 2017-08-16 | 2 | -6/+53 |
|\ \ \ |
|
| * | | | Use ssl client cert and ca cert settings from gem configuration as fallbacks | Tristan Hill | 2017-07-24 | 2 | -6/+53 |
* | | | | Auto merge of #5862 - NickLaMuro:remove_bin_dir_from_gem_build, r=indirect | The Bundler Bot | 2017-08-15 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Include the READMEish files in the build | Nick LaMuro | 2017-07-12 | 1 | -0/+2 |
| * | | | | Only include the bin and lib directories from git | Nick LaMuro | 2017-07-12 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirect | The Bundler Bot | 2017-08-15 | 2 | -3/+12 |
|\ \ \ \ |
|
| * | | | | [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweak | Samuel Giddins | 2017-08-01 | 2 | -3/+12 |
* | | | | | Auto merge of #5948 - koic:fix_a_typos, r=colby-swandale | The Bundler Bot | 2017-08-15 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix a typos | Koichi ITO | 2017-08-15 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | Auto merge of #5904 - bundler:seg-explicit-update-warning, r=indirect | The Bundler Bot | 2017-08-14 | 2 | -0/+33 |
|\ \ \ \ \ |
|
| * | | | | | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warning | Samuel Giddins | 2017-07-27 | 2 | -0/+33 |
* | | | | | | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddins | The Bundler Bot | 2017-08-13 | 2 | -0/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | use include? instead of match | Adam Wanninger | 2017-08-13 | 2 | -2/+2 |
| * | | | | | | raise PathError instead of BundlerError | Adam Wanninger | 2017-08-09 | 2 | -4/+4 |
| * | | | | | | raise BundlerError and expand error messsage | Adam Wanninger | 2017-08-07 | 2 | -23/+16 |
| * | | | | | | fix rubocop failures | Adam Wanninger | 2017-08-07 | 2 | -9/+23 |
| * | | | | | | exit if bundle bin path contains a path separator | Adam Wanninger | 2017-08-07 | 2 | -0/+19 |
* | | | | | | | Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddins | The Bundler Bot | 2017-08-12 | 9 | -11/+140 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Allow to add username and password to a remote during a deployment | Adrian Gomez | 2017-08-02 | 9 | -11/+140 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Auto merge of #5942 - arbonap:pa-docs-bundlerio, r=segiddins | The Bundler Bot | 2017-08-12 | 2 | -0/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Explain how to write docs for bundler.io | Patricia Arbona | 2017-08-10 | 2 | -0/+15 |