summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-04-18[rubygems/rubygems] Never write credentials to lockfilesDavid Rodriguez
2024-04-17[rubygems/rubygems] Excluding local platform from lockfile should not affect ...Mike Dalessio
2024-04-12[rubygems/rubygems] `bundle add --glob` continued- quote glob value invocatio...David Marshall
2024-04-12[rubygems/rubygems] bundler CLI option for add gem --glob=David Marshall
2024-04-11[rubygems/rubygems] Fix installing plugins via relative pathsCody Cutrer
2024-04-01[rubygems/rubygems] Improve error message when strict resolution filters out ...David Rodriguez
2024-04-01[rubygems/rubygems] Keep unfiltered versions separatelyDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to check for root package every timeDavid Rodriguez
2024-04-01[rubygems/rubygems] No need for any version prioritization when building errorsDavid Rodriguez
2024-04-01[rubygems/rubygems] Make it look more like BasicPackageSourceDavid Rodriguez
2024-04-01[rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez
2024-04-01[rubygems/rubygems] Update docsDavid Rodriguez
2024-04-01[rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to sort twice when filling versionsDavid Rodriguez
2024-04-01[rubygems/rubygems] Rename method for clarityDavid Rodriguez
2024-04-01[rubygems/rubygems] Fix typoDavid Rodriguez
2024-03-27[rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer
2024-03-25[rubygems/rubygems] Improve validation of `bundle plugin install` optionsCody Cutrer
2024-03-22[rubygems/rubygems] Fix incorrect `bundle update --bundler` messageDavid Rodriguez
2024-03-18[rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer
2024-03-17[rubygems/rubygems] Ignore commented out keys in config fileDavid Rodriguez
2024-03-05[rubygems/rubygems] Use `IO.popen` to list filesNobuyoshi Nakada
2024-02-26[rubygems/rubygems] Keep compatiblity for RG 3.5Hiroshi SHIBATA
2024-02-26[rubygems/rubygems] Use renamed file on bundlerHiroshi SHIBATA
2024-02-21[rubygems/rubygems] rake man:buildHiroshi SHIBATA
2024-02-21[rubygems/rubygems] Use https instead of httpHiroshi SHIBATA
2024-02-19[rubygems/rubygems] Remove redundant rubocop configsDouglas Eichelberger
2024-02-16[rubygems/rubygems] Add `gitlab:` Git source shorthandJason Garber
2024-02-15[rubygems/rubygems] use full path for instance_evalCody Cutrer
2024-02-08[rubygems/rubygems] rake vendor:installHiroshi SHIBATA
2024-02-08[rubygems/rubygems] Removed unnecessary disabling of Style/RedundantParenthesesHiroshi SHIBATA
2024-02-08[rubygems/rubygems] Use deprecation helper for deprecation warningDavid Rodriguez
2024-02-08[rubygems/rubygems] Refactor lockfile generationDavid Rodríguez
2024-02-08[rubygems/rubygems] Remove unused parameterDavid Rodríguez
2024-01-31[rubygems/rubygems] Fix musl platform not being added to the lockfileDavid Rodriguez
2024-01-29[rubygems/rubygems] Remove `travis_removal_info`Masato Ohba
2024-01-29[rubygems/rubygems] Remove now unnecessary elseifDavid Rodríguez
2024-01-29[rubygems/rubygems] Properly restore empty env varsDavid Rodríguez
2024-01-29[rubygems/rubygems] Use rubygems vendored uri from Bundler when availableDavid Rodríguez
2024-01-29[rubygems/rubygems] Require vendored_uri file in BundlerDavid Rodríguez
2024-01-27[rubygems/rubygems] Bump Ruby version to be used in `bundle gem` templateMasato Ohba
2024-01-24[rubygems/rubygems] Keep compatibility of past versionsHiroshi SHIBATA
2024-01-24[rubygems/rubygems] Skip to load commented out wordsHiroshi SHIBATA
2024-01-11[rubygems/rubygems] Fix development dependency not being added if introduced ...David Rodríguez
2024-01-11Complete missing specs for platforms after resolutionDavid Rodríguez
2024-01-11[rubygems/rubygems] Move resetting the spec set to where it becomes necessaryDavid Rodríguez
2024-01-11[rubygems/rubygems] Extract a couple of helper methodsDavid Rodríguez
2024-01-11[rubygems/rubygems] Remove methods to clarify what they doDavid Rodríguez
2024-01-11[rubygems/rubygems] Make private helper privateDavid Rodríguez
2024-01-11[rubygems/rubygems] Extract `SpecSet#reset!` helperDavid Rodríguez