| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure versions are unfrozen for super old RGseg-compatibility-guard | Samuel Giddins | 2017-08-17 | 1 | -1/+1 |
* | Update supported versions according to https://github.com/bundler/bundler/iss... | Samuel Giddins | 2017-08-17 | 3 | -5/+7 |
* | Add a compatibility guard that prints friendly errors on bundler 2+ | Samuel Giddins | 2017-08-17 | 3 | -0/+16 |
* | Update specs for thor handling file clashes | Samuel Giddins | 2017-08-16 | 1 | -3/+4 |
* | 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 | 1 | -6/+12 |
|\ |
|
| * | Use ssl client cert and ca cert settings from gem configuration as fallbacks | Tristan Hill | 2017-07-24 | 1 | -6/+12 |
* | | Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirect | The Bundler Bot | 2017-08-15 | 1 | -1/+10 |
|\ \ |
|
| * | | [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweak | Samuel Giddins | 2017-08-01 | 1 | -1/+10 |
* | | | Auto merge of #5904 - bundler:seg-explicit-update-warning, r=indirect | The Bundler Bot | 2017-08-14 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warning | Samuel Giddins | 2017-07-27 | 1 | -0/+15 |
* | | | | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddins | The Bundler Bot | 2017-08-13 | 1 | -0/+12 |
|\ \ \ \ |
|
| * | | | | use include? instead of match | Adam Wanninger | 2017-08-13 | 1 | -1/+1 |
| * | | | | raise PathError instead of BundlerError | Adam Wanninger | 2017-08-09 | 1 | -2/+2 |
| * | | | | raise BundlerError and expand error messsage | Adam Wanninger | 2017-08-07 | 1 | -4/+7 |
| * | | | | fix rubocop failures | Adam Wanninger | 2017-08-07 | 1 | -5/+5 |
| * | | | | exit if bundle bin path contains a path separator | Adam Wanninger | 2017-08-07 | 1 | -0/+9 |
| |/ / / |
|
* | | | | Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddins | The Bundler Bot | 2017-08-12 | 6 | -11/+58 |
|\ \ \ \ |
|
| * | | | | Allow to add username and password to a remote during a deployment | Adrian Gomez | 2017-08-02 | 6 | -11/+58 |
| |/ / / |
|
* | | | | Auto merge of #5928 - shayonj:s/download-retry, r=segiddins | The Bundler Bot | 2017-08-11 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Retry downloading gems consistently across all versions of RubyGems | Shayon Mukherjee | 2017-08-06 | 1 | -2/+4 |
* | | | | | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddins | The Bundler Bot | 2017-08-11 | 4 | -1/+37 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | add --name-only option to print only the name of each gemcolby/bundler-list | Colby Swandale | 2017-08-10 | 2 | -4/+10 |
| * | | | | implement new list command taken from bundler show | Colby Swandale | 2017-08-04 | 4 | -1/+31 |
| |/ / / |
|
* | | | | Fix the tempalte of gems.rb | Koichi ITO | 2017-08-03 | 1 | -1/+1 |
* | | | | Auto merge of #5902 - bundler:seg-molinillo-0.6, r=segiddins | The Bundler Bot | 2017-08-01 | 25 | -365/+805 |
|\ \ \ \ |
|
| * | | | | Update vendored Molinillo to 0.6.1seg-molinillo-0.6 | Samuel Giddins | 2017-08-01 | 2 | -15/+3 |
| * | | | | Update vendored Molinillo to 0.6.0 | Samuel Giddins | 2017-08-01 | 21 | -161/+629 |
| * | | | | Update prerelease logic for new molinillo | Samuel Giddins | 2017-08-01 | 2 | -8/+4 |
| * | | | | [DepProxy] Allow == nil | Samuel Giddins | 2017-08-01 | 1 | -0/+1 |
| * | | | | [Resolver] Use Molinillo’s built in conflict message with trees | Samuel Giddins | 2017-08-01 | 1 | -91/+68 |
| * | | | | Refactor SpecGroup to not subclass Array | Samuel Giddins | 2017-08-01 | 2 | -102/+112 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #5909 - koic:print_only_version_number, r=segiddins | The Bundler Bot | 2017-08-01 | 3 | -1/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [2.0] Print only version number from `bundler --version` | Koichi ITO | 2017-08-01 | 3 | -1/+8 |
| |/ / |
|
* | | | Auto merge of #5900 - bundler:seg-env-eval-gemfile, r=colby-swandale | The Bundler Bot | 2017-08-01 | 3 | -7/+21 |
|\ \ \ |
|
| * | | | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfile | Samuel Giddins | 2017-07-27 | 3 | -7/+21 |
| |/ / |
|
* | | | Auto merge of #5907 - roberts1000:fix-magic-comment-style-for-gemspec-templat... | The Bundler Bot | 2017-07-31 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add new line after new gem gemspec template | Robert Soly | 2017-07-31 | 1 | -0/+1 |
| |/ / |
|
* | | | Delete redundant aliases from bundle outdated command | Patricia Arbona | 2017-07-27 | 1 | -2/+2 |
|/ / |
|
* | | Auto merge of #5896 - bundler:seg-globally-cache-git-repos, r=indirect | The Bundler Bot | 2017-07-25 | 1 | -4/+4 |
|\ \ |
|
| * | | [Source::Git] Cache repos globallyseg-globally-cache-git-repos | Samuel Giddins | 2017-07-25 | 1 | -4/+4 |
* | | | add more clear error message for user when adding a gem in the Gemfile with a...colby/gem-empty-name-validation | Colby Swandale | 2017-07-25 | 1 | -0/+3 |
|/ / |
|
* | | Auto merge of #5860 - bundler:seg-validate-settings, r=segiddins | The Bundler Bot | 2017-07-25 | 13 | -54/+180 |
|\ \ |
|
| * | | [Validator] Inspect array of symbols for 1.8.7 compatibility | Samuel Giddins | 2017-07-24 | 1 | -1/+1 |
| * | | Untangle the system gem path and the default bundle path in the specs | Samuel Giddins | 2017-07-24 | 1 | -1/+1 |
| * | | fixup! Add unit tests for the settings validator | Samuel Giddins | 2017-07-23 | 1 | -2/+2 |
| * | | Hash#to_h does not exist on old rubies | Samuel Giddins | 2017-07-23 | 1 | -1/+1 |
| * | | Add unit tests for the settings validator | Samuel Giddins | 2017-07-23 | 2 | -6/+6 |
| * | | [EndpointSpecification] Ensure all ivars are initialized | Samuel Giddins | 2017-07-23 | 1 | -0/+1 |