summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for BUNDLER_ prefixed debug environment variablesSutou Kouhei2020-01-192-2/+7
* Merge #7577Bundlerbot2020-01-182-2/+2
|\
| * [repo move] Update GitHub URL in comments in lib/.Ellen Marie Dash2020-01-162-2/+2
* | Merge #7559Bundlerbot2020-01-171-2/+2
|\ \
| * | Reactivate usused code for ruby version resolutionLars Kanis2020-01-161-2/+2
| |/
* | Revert MatchPlatform#platforms_match?Sutou Kouhei2020-01-171-4/+1
* | Don't ignore resolved platform informationSutou Kouhei2020-01-172-3/+11
|/
* Remove needless ifSutou Kouhei2020-01-161-4/+5
* Sort available platformsSutou Kouhei2020-01-151-7/+8
* Always add a spec group for all platforms to candidatesSutou Kouhei2020-01-151-26/+11
* SpecGroup#to_specs doesn't return duplicated specsSutou Kouhei2020-01-152-1/+9
* Fix styleSutou Kouhei2020-01-151-2/+2
* Always add "ruby" version to selected spec groups as fallbackSutou Kouhei2020-01-151-3/+5
* Rename SpecGroup#spec to SpecGroup#spec_forSutou Kouhei2020-01-152-4/+5
* Add SpecGroup#copy_forSutou Kouhei2020-01-152-12/+12
* Add support for force_ruby_platform with specific_platform againSutou Kouhei2020-01-151-5/+16
* Don't set platforms to dependency registered by gemspecSutou Kouhei2020-01-153-14/+1
* Add support for specific_platform feature flagSutou Kouhei2020-01-151-5/+10
* Add support for multiple platform spec group againSutou Kouhei2020-01-152-4/+31
* Improve platform specific gem resolutionSutou Kouhei2020-01-152-6/+23
* Fix instance variable nameSutou Kouhei2020-01-121-2/+2
* Fix ruby version parsing in compact indexSutou Kouhei2020-01-122-13/+71
* Merge #5521Bundlerbot2020-01-087-11/+36
|\
| * bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-117-11/+36
* | Merge #7529Bundlerbot2020-01-051-22/+0
|\ \
| * | Remove require net-http-pipeline from vendored net-http-persistent.Marcio Toshio2020-01-031-22/+0
* | | Reset `Gemfile` to the empty string after bundler/inlinefix/bundler_inlineDavid Rodríguez2020-01-021-1/+1
|/ /
* | Set master's version to 2.2.0.devbump_master_versionDavid Rodríguez2020-01-011-1/+1
* | Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-311-2/+3
* | Do `require "rubygems"` only when neededYusuke Endoh2019-12-251-1/+1
* | Merge #7510Bundlerbot2019-12-231-2/+1
|\ \
| * | `cmd` is a String, we don't shelljoin thatdont_spawn_a_shell_when_git_pushing_on_releaseDavid Rodríguez2019-12-201-1/+0
| * | Don't spawn a new shell on `git push` when releasingDavid Rodríguez2019-12-201-1/+1
* | | Version 2.1.2David Rodríguez2019-12-221-1/+1
* | | Merge #7513Bundlerbot2019-12-221-1/+1
|\ \ \
| * | | Improve error message when not logged inSteve Klabnik2019-12-201-1/+1
| |/ /
* | | Fix `rake build` when path has spaces on itfix/rake_build_with_spaced_pathDavid Rodríguez2019-12-201-1/+1
|/ /
* | Make sure to `require "rubygems"` explicitlyrequire_rubygemsDavid Rodríguez2019-12-181-0/+2
* | Version 2.1.1David Rodríguez2019-12-181-1/+1
* | Merge #7498Bundlerbot2019-12-171-0/+8
|\ \
| * | Add compatibility methods for `rubygems-bundler` gemfix_rubygems_bundler_integrationDavid Rodríguez2019-12-171-0/+8
* | | Merge changelog and version bump back to masterDavid Rodríguez2019-12-171-1/+1
|/ /
* | Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-162-12/+8
* | Vendor thor 1.0.0David Rodríguez2019-12-143-9/+44
* | Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-133-3/+3
* | Merge #7460Bundlerbot2019-12-1329-55/+4201
|\ \
| * | Use vendorized version of uri libraryDavid Rodríguez2019-12-0812-23/+23
| * | Vendorize "uri" libraryDavid Rodríguez2019-12-0815-26/+4171
| * | This `require` seems unneededDavid Rodríguez2019-12-081-1/+0
| * | Refactor stuff to not load URI if not neededDavid Rodríguez2019-12-082-5/+11