summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
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
2024-01-11[rubygems/rubygems] Disable false positive correctionHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Layout/ExtraSpacingHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
2024-01-11[rubygems/rubygems] include MatchMetadata in Bundler::LazySpecificationCody Cutrer
2024-01-08[rubygems/rubygems] Refer to underscores as underscoresAvdi Grimm
2024-01-05[rubygems/rubygems] Quote Etag in `If-None-Match` header of compact index req...Martin Emde
2023-12-25Merge RubyGems-3.6.0.dev and Bundler-2.6.0.dev from master branchHiroshi SHIBATA
2023-12-25[rubygems/rubygems] Let the guards have some space to breatheMartin Emde
2023-12-25[rubygems/rubygems] Use a mutex around Checksum::Store @store accessMartin Emde
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-16Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1Hiroshi SHIBATA
2023-12-16Partly pick commit from https://github.com/rubygems/rubygems/pull/7285Samuel Giddins
2023-12-16[rubygems/rubygems] Improve command suggestion when gems are missingDavid Rodríguez
2023-12-16[rubygems/rubygems] Fix Ruby DSL no longer working as expectedDavid Rodríguez
2023-12-15[rubygems/rubygems] Let the guards have some space to breatheMartin Emde