summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2021-12-02Ignore to generate the documentation from vendored librariesHiroshi SHIBATA
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-12-01[rubygems/rubygems] Update bundler/lib/bundler/templates/newgem/github/workfl...Olle Jonsson
2021-12-01[rubygems/rubygems] Update main.yml.ttOlle Jonsson
2021-12-01[rubygems/rubygems] newgem tmpl: ruby as "2.7" in GH Actions matrixOlle Jonsson
2021-12-01[rubygems/rubygems] newgem templ: Avoid Float 3.0 -> "3" in GH ActionOlle Jonsson
2021-11-30[rubygems/rubygems] Fix escape of filenames in `bundle doctor`ooooooo-q
2021-11-27[rubygems/rubygems] Fix missing locked specs when depended on other platformDavid Rodríguez
2021-11-26[rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has bee...David Rodríguez
2021-11-25[rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez
2021-11-22[rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez
2021-11-19[rubygems/rubygems] Previous logic can mostly go nowDavid Rodríguez
2021-11-19[rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez
2021-11-19[rubygems/rubygems] Extract a converge_specs method for later reusing itDavid Rodríguez
2021-11-19[rubygems/rubygems] Avoid unnecessary loopDavid Rodríguez
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-09[rubygems/rubygems] Use `shellsplit` instead of array of stringsNicholas Lee
2021-11-08[rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA
2021-11-06[rubygems/rubygems] Fix urlharuuzion
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada
2021-11-02[rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez
2021-11-01[rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez
2021-10-30[rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez
2021-10-29Support gemification of tsortFrederik Dudzik
2021-10-29[rubygems/rubygems] Only delete cached gem when it's corruptedDavid Rodríguez
2021-10-27[rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez
2021-10-26[rubygems/rubygems] Fix Bundler::Digest#sha1 on big-endian systemsJean Boussier
2021-10-25Unify issue template and ISSUES.md documentDavid Rodriguez
2021-10-25[rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez
2021-10-25[rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez
2021-10-25[rubygems/rubygems] Improve readability by splitting updating the cache and s...David Rodriguez
2021-10-25[rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez
2021-10-25[rubygems/rubygems] Cached gem path resolution should consider default gemsDavid Rodriguez
2021-10-25[rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez
2021-10-25[rubygems/rubygems] Raise original exceptionDavid Rodriguez
2021-10-25[rubygems/rubygems] Add missing requiresDavid Rodriguez
2021-10-25[rubygems/rubygems] Use `Gem::Specification#file_name` consistentlyDavid Rodriguez
2021-10-25[rubygems/rubygems] Extract a `default_cache_path` helperDavid Rodriguez
2021-10-25[rubygems/rubygems] Small refactorDavid Rodriguez
2021-10-25[rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier
2021-10-25[rubygems/rubygems] Simplify and remove some unused codeDaniel Colson
2021-10-22[rubygems/rubygems] Re-enable `default_ignores` option for standard Justin Searls
2021-10-15[rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailur...Jack Schuss
2021-10-13[rubygems/rubygems] Remove unnecessary methodDavid Rodríguez
2021-10-13[rubygems/rubygems] Reuse `sh` helper for `git push` tooDavid Rodríguez
2021-10-13[rubygems/rubygems] Simplify some codeDavid Rodríguez
2021-10-13[rubygems/rubygems] Reuse `sh` helperDavid Rodríguez
2021-10-13[rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez
2021-10-13[rubygems/rubygems] No need to use converged dependencies eitherDavid Rodríguez