aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Improve errors a bit moreDavid Rodríguez2021-12-171-1/+6
* [rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez2021-12-171-28/+30
* [rubygems/rubygems] Remove unnecessary line breakDavid Rodríguez2021-12-171-2/+1
* [rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez2021-12-171-1/+2
* [rubygems/rubygems] Improve error message if only platform doesn't matchDavid Rodríguez2021-12-171-2/+12
* [rubygems/rubygems] Improve resolver error messagesDavid Rodríguez2021-12-171-13/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-151-2/+2
* [DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada2021-12-131-0/+1
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-115-4/+24
* [rubygems/rubygems] Ignore dependencies not actually locked from frozen checkDavid Rodríguez2021-12-101-1/+6
* [rubygems/rubygems] Remove unnecessary commentDavid Rodríguez2021-12-081-1/+0
* [rubygems/rubygems] Don't add custom github source to `bundle init` GemfileDavid Rodríguez2021-12-082-4/+0
* [rubygems/rubygems] Cancel deprecation of custom git sourcesDavid Rodríguez2021-12-081-27/+0
* [rubygems/rubygems] Add require parameter to `bundle add``Simon Fish2021-12-082-1/+9
* [rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez2021-12-071-2/+2
* [rubygems/rubygems] Don't cleanup paths from gems already activated from `$LO...David Rodríguez2021-12-071-3/+2
* [rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier2021-12-0627-28/+77
* [rubygems/rubygems] Add --version parameter to bundle info command.Josef Šimánek2021-12-062-0/+6
* [rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez2021-12-041-5/+0
* [rubygems/rubygems] Don't unnecessarily loop twice through dependenciesDavid Rodríguez2021-12-031-4/+2
* [rubygems/rubygems] Improve source gemfile/lockfile equivalence checksDavid Rodríguez2021-12-031-20/+10
* [rubygems/rubygems] Improve sources representationDavid Rodríguez2021-12-037-16/+21
* [rubygems/rubygems] Don't overwrite locked dependency sources too earlyDavid Rodríguez2021-12-031-1/+1
* [rubygems/rubygems] Fix incorrect order in changed sources messageDavid Rodríguez2021-12-031-1/+1
* [rubygems/rubygems] Remove unnecessary codeDavid Rodríguez2021-12-031-6/+0
* [rubygems/rubygems] Reuse `locked_dependencies` helperDavid Rodríguez2021-12-031-1/+1
* [rubygems/rubygems] Reformat for consistency with the above lineDavid Rodríguez2021-12-031-3/+1
* [rubygems/rubygems] Remove unnecessary nil checksDavid Rodríguez2021-12-031-2/+2
* [rubygems/rubygems] This warrants a commentDavid Rodríguez2021-12-021-0/+14
* [rubygems/rubygems] Fix gemspec source unlocking also for prereleases like 0....David Rodríguez2021-12-021-1/+1
* [rubygems/rubygems] Fix materialization of locked 0 prereleasesDavid Rodríguez2021-12-021-1/+3
* Ignore to generate the documentation from vendored librariesHiroshi SHIBATA2021-12-021-0/+1
* Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA2021-12-017-51/+23
* [rubygems/rubygems] Update bundler/lib/bundler/templates/newgem/github/workfl...Olle Jonsson2021-12-011-1/+1
* [rubygems/rubygems] Update main.yml.ttOlle Jonsson2021-12-011-1/+1
* [rubygems/rubygems] newgem tmpl: ruby as "2.7" in GH Actions matrixOlle Jonsson2021-12-011-1/+1
* [rubygems/rubygems] newgem templ: Avoid Float 3.0 -> "3" in GH ActionOlle Jonsson2021-12-011-2/+2
* [rubygems/rubygems] Fix escape of filenames in `bundle doctor`ooooooo-q2021-11-301-2/+3
* [rubygems/rubygems] Fix missing locked specs when depended on other platformDavid Rodríguez2021-11-271-1/+1
* [rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has bee...David Rodríguez2021-11-261-1/+1
* [rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez2021-11-251-1/+4
* [rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez2021-11-221-1/+1
* [rubygems/rubygems] Previous logic can mostly go nowDavid Rodríguez2021-11-191-8/+3
* [rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez2021-11-191-1/+1
* [rubygems/rubygems] Extract a converge_specs method for later reusing itDavid Rodríguez2021-11-191-16/+21
* [rubygems/rubygems] Avoid unnecessary loopDavid Rodríguez2021-11-191-15/+5
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-161-36/+12
* [rubygems/rubygems] Use `shellsplit` instead of array of stringsNicholas Lee2021-11-091-2/+2
* [rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA2021-11-081-1/+1
* [rubygems/rubygems] Fix urlharuuzion2021-11-061-1/+1