summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailur...Jack Schuss2021-10-151-1/+2
* [rubygems/rubygems] Remove unnecessary methodDavid Rodríguez2021-10-131-7/+2
* [rubygems/rubygems] Reuse `sh` helper for `git push` tooDavid Rodríguez2021-10-131-3/+1
* [rubygems/rubygems] Simplify some codeDavid Rodríguez2021-10-131-2/+1
* [rubygems/rubygems] Reuse `sh` helperDavid Rodríguez2021-10-131-4/+1
* [rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez2021-10-131-3/+3
* [rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez2021-10-131-2/+2
* [rubygems/rubygems] No need to use converged dependencies eitherDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Extract `locked_dependencies` helperDavid Rodríguez2021-10-131-4/+8
* [rubygems/rubygems] Simplify the incomplete locked specs for platform checkDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez2021-10-133-5/+8
* [rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez2021-10-131-10/+2
* [rubygems/rubygems] Remove unnecessary codeDavid Rodríguez2021-10-132-6/+2
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-111-2/+9
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-111-2/+3
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-091-3/+28
* [rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi2021-10-091-3/+19
* [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