aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Add missing `rubygem_push` prerequisiteDavid Rodríguez2021-09-281-1/+1
* [rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR2021-09-221-1/+1
* [rubygems/rubygems] Trigger install command by default on removeJose Galisteo2021-09-172-2/+2
* [rubygems/rubygems] Remove dead codeDavid Rodríguez2021-08-312-37/+0
* [rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez2021-08-313-22/+2
* [rubygems/rubygems] Make sure `Gem::Command` is available before using itDavid Rodríguez2021-08-311-0/+2
* [rubygems/rubygems] Remove unused requireDavid Rodríguez2021-08-311-1/+0
* [rubygems/rubygems] Add missing key `branches:`Keiko Kaneko2021-08-311-1/+2
* [rubygems/rubygems] Pass second argument to Array#split to ensure only two va...Matt Larraz2021-08-311-1/+1
* [rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez2021-08-312-1/+3
* [rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez2021-08-311-4/+8
* [rubygems/rubygems] Move some logic to a `save_plugin` methodDavid Rodríguez2021-08-311-3/+16
* [rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz2021-08-311-1/+9
* [rubygems/rubygems] Fix `bundle check` showing duplicated gemsDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Explicitly set `allow_cached` to false when setting local...David Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez2021-08-315-1/+19
* [rubygems/rubygems] Bring `--jobs` documentation up to dateDavid Rodríguez2021-08-3128-33/+34
* [rubygems/rubygems] See if parallel installation on Windows works better nowDavid Rodríguez2021-08-311-3/+0
* [rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez2021-08-311-0/+2
* [rubygems/rubygems] Remove `RUBYGEMS_GEMDEPS` warningDavid Rodríguez2021-08-311-8/+0
* [rubygems/rubygems] Get a CI matrix configured in default Github Actions gene...David Rodríguez2021-08-311-1/+7
* [rubygems/rubygems] Avoid double CI runs in default Github Actions generated ...David Rodríguez2021-08-311-1/+5
* [rubygems/rubygems] Take advantage of `target` being a `Pathname`David Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Fix git repo initialization on a path with spacesDavid Rodríguez2021-08-311-1/+2
* [rubygems/rubygems] Deprecate `bundle exec --no-keep-file-descriptors`David Rodríguez2021-08-311-0/+4
* [rubygems/rubygems] Don't warn default behaviourDavid Rodríguez2021-08-311-6/+1
* [rubygems/rubygems] Keep file descriptors by defaultDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Exclude gemspec file itself from gemNobuyoshi Nakada2021-08-311-1/+1
* [rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton2021-08-312-2/+2
* [rubygems/rubygems] Remove now unnecessary codeDavid Rodríguez2021-08-315-19/+1
* [rubygems/rubygems] The `--local` flag to `bundle install` shouldn't hit the ...David Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Requiring `bundler/setup` shouldn't try to hit the networkDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Improve "gem not found in source" errorsDavid Rodríguez2021-08-314-3/+26
* [rubygems/rubygems] Only set local variable in the branch using itDavid Rodríguez2021-08-311-6/+5
* [rubygems/rubygems] Simplify error message building in resolverDavid Rodríguez2021-08-311-4/+2
* [rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez2021-08-311-5/+1
* [rubygems/rubygems] Fix standalone generated script to deal with path sourcesDavid Rodríguez2021-08-311-2/+10
* [rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez2021-08-311-2/+1
* [rubygems/rubygems] Use same criteria for ruby engine as in the final scriptDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez2021-08-311-2/+1
* [rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez2021-08-311-2/+1
* [rubygems/rubygems] Fix unnecessary $LOAD_PATH modification in standalone scriptDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Don't sort materialized specs when not necessaryDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez2021-08-311-0/+2
* [rubygems/rubygems] We can now avoid source materialization workDavid Rodríguez2021-08-311-17/+3
* [rubygems/rubygems] Completely avoid replacing sources when in multisource co...David Rodríguez2021-08-312-2/+2
* [rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez2021-08-312-2/+12
* [rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez2021-08-311-1/+7
* [rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez2021-08-311-2/+2
* [rubygems/rubygems] Remove unnecessary exceptionDavid Rodríguez2021-08-311-4/+0