summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2021-12-21[rubygems/rubygems] Rename `BUNDLE_SPEC_RUN` environment variableDavid Rodríguez
2021-12-20[rubygems/rubygems] Error tracing should be printed to stderrDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve errors a bit moreDavid Rodríguez
2021-12-17[rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez
2021-12-17[rubygems/rubygems] Remove unnecessary line breakDavid Rodríguez
2021-12-17[rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez
2021-12-17[rubygems/rubygems] Improve error message if only platform doesn't matchDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve resolver error messagesDavid Rodríguez
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-13[DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada
2021-12-11[rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev
2021-12-10[rubygems/rubygems] Ignore dependencies not actually locked from frozen checkDavid Rodríguez
2021-12-08[rubygems/rubygems] Remove unnecessary commentDavid Rodríguez
2021-12-08[rubygems/rubygems] Don't add custom github source to `bundle init` GemfileDavid Rodríguez
2021-12-08[rubygems/rubygems] Cancel deprecation of custom git sourcesDavid Rodríguez
2021-12-08[rubygems/rubygems] Add require parameter to `bundle add``Simon Fish
2021-12-07[rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez
2021-12-07[rubygems/rubygems] Don't cleanup paths from gems already activated from `$LO...David Rodríguez
2021-12-06[rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier
2021-12-06[rubygems/rubygems] Add --version parameter to bundle info command.Josef Šimánek
2021-12-04[rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez
2021-12-03[rubygems/rubygems] Don't unnecessarily loop twice through dependenciesDavid Rodríguez
2021-12-03[rubygems/rubygems] Improve source gemfile/lockfile equivalence checksDavid Rodríguez
2021-12-03[rubygems/rubygems] Improve sources representationDavid Rodríguez
2021-12-03[rubygems/rubygems] Don't overwrite locked dependency sources too earlyDavid Rodríguez
2021-12-03[rubygems/rubygems] Fix incorrect order in changed sources messageDavid Rodríguez
2021-12-03[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-12-03[rubygems/rubygems] Reuse `locked_dependencies` helperDavid Rodríguez
2021-12-03[rubygems/rubygems] Reformat for consistency with the above lineDavid Rodríguez
2021-12-03[rubygems/rubygems] Remove unnecessary nil checksDavid Rodríguez
2021-12-02[rubygems/rubygems] This warrants a commentDavid Rodríguez
2021-12-02[rubygems/rubygems] Fix gemspec source unlocking also for prereleases like 0....David Rodríguez
2021-12-02[rubygems/rubygems] Fix materialization of locked 0 prereleasesDavid Rodríguez
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