summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2022-07-29[rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with bundl...Takuya Noguchi
2022-07-29[rubygems/rubygems] Add package/pack aliases to man pages for cacheTakuya Noguchi
2022-07-29Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA
2022-07-27[rubygems/rubygems] Add ignore_funding_requests config flagmoe
2022-07-27[rubygems/rubygems] Don't use Pathname for creating extension dirDavid Rodríguez
2022-07-27[rubygems/rubygems] Completely drop base parameter from indexDavid Rodríguez
2022-07-26Merge rubygems/bundler HEADHiroshi SHIBATA
2022-07-25[rubygems/rubygems] Bundler: add deprecation notice of viz to manTakuya Noguchi
2022-07-23[rubygems/rubygems] Bundler: update command example in bundle-exec(1)Takuya Noguchi
2022-07-22[rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi
2022-07-20[rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi
2022-07-19[rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi
2022-07-18[rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez
2022-07-17[rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez
2022-07-17[rubygems/rubygems] Unify some common codeDavid Rodríguez
2022-07-17[rubygems/rubygems] Don't call `#build_extensions` at all if there are no ext...David Rodríguez
2022-07-15[rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi
2022-07-14[rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-07-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2022-07-02[rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez
2022-06-30[rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez
2022-06-30[rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23[rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-22[rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi
2022-06-20[rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose
2022-06-20[rubygems/rubygems] Improve performance of Bundler::SpecSet#for by using hash...Josh Nichols
2022-06-11[rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez
2022-06-11[rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez
2022-06-11[rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unclear commentDavid Rodríguez
2022-06-11[rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez
2022-06-11[rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez
2022-06-11[rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove another unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Simplify `Gem::Security::Exception` handlingDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez
2022-06-11[rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez
2022-06-02[rubygems/rubygems] Remove redundant bitwise ANDDavid Rodríguez
2022-06-01[rubygems/rubygems] Fix `bundle remove` by invalidating cached `Bundle.defint...Ellen Marie Dash
2022-06-01[rubygems/rubygems] Fix generated standalone script for default gemsDavid Rodríguez
2022-06-01[rubygems/rubygems] Remove code that seems unnecessaryDavid Rodríguez
2022-06-01[rubygems/rubygems] Skip duplicated dependency warning for gemspec dev depsDavid Rodríguez
2022-05-31[rubygems/rubygems] Give better conflict resolution adviceDavid Rodríguez