aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* Followed up CVE-2022-39253 for bundler examplesHiroshi SHIBATA2022-10-203-0/+15
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-10-188-47/+89
* [rubygems/rubygems] Fix bad spec wordingDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez2022-10-182-7/+13
* [rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Fix little UI issue when bundler shows duplicated gems in...David Rodríguez2022-10-061-0/+18
* [rubygems/rubygems] Make sure RSpec diffs don't omit the different partDavid Rodríguez2022-10-041-0/+2
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-032-0/+27
* Remove warning for old TLS version connectionNobuyoshi Nakada2022-09-151-77/+0
* [rubygems/rubygems] Fix unused variable warningDavid Rodríguez2022-09-081-2/+0
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0812-54/+160
* [rubygems/rubygems] Fix `set` not being found when running specs on dev rubiesDavid Rodríguez2022-09-061-0/+3
* [rubygems/rubygems] Add `syntax_suggest` to exemption list in setup specsDavid Rodríguez2022-09-061-0/+1
* [rubygems/rubygems] Remove no longer needed `fiddle` hacksDavid Rodríguez2022-09-054-13/+0
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-0516-467/+130
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-051-0/+9
* [rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez2022-09-052-6/+23
* [rubygems/rubygems] Add platform :windows as a shortcut for all Windows platf...shields2022-08-2911-22/+74
* [rubygems/rubygems] Bundler: make to_lock consistent between Gem::Dependency...Aleksandr Varnin2022-08-281-0/+37
* [rubygems/rubygems] Fix another regression for sorbetDavid Rodríguez2022-08-251-0/+71
* [rubygems/rubygems] Backport non-gnu libc on linux platform matching to BundlerDavid Rodríguez2022-08-242-0/+77
* [rubygems/rubygems] Bundler: avoid use of "can not" in spec literalsTakuya Noguchi2022-08-232-3/+3
* [rubygems/rubygems] Bundler: update the link suggested on error with the new oneTakuya Noguchi2022-08-231-2/+2
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-232-0/+87
* [rubygems/rubygems] Fix conservative update downgrading top level gemsDavid Rodríguez2022-08-231-0/+60
* [rubygems/rubygems] Make `compact_index_api_missing` server more strictDavid Rodríguez2022-08-231-6/+1
* [rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez2022-08-211-0/+14
* [rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez2022-08-211-0/+23
* [rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez2022-08-151-0/+41
* [rubygems/rubygems] Fix yanked gems being unintentionally update when other g...David Rodríguez2022-08-062-1/+58
* [rubygems/rubygems] Automatically remove "ruby" from lockfile if incompleteDavid Rodríguez2022-08-051-0/+71
* [rubygems/rubygems] Fix `bundle outdated --strict`David Rodríguez2022-08-031-0/+16
* [rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez2022-08-031-98/+96
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-034-7/+7
* [rubygems/rubygems] Preserve the previous behavior of raising an error when i...David Rodríguez2022-08-021-37/+50
* [rubygems/rubygems] Check for errors in error streamDavid Rodríguez2022-08-021-5/+5
* [rubygems/rubygems] Don't discard candidates matching ruby metadataDavid Rodríguez2022-08-022-4/+65
* [rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez2022-08-011-0/+12
* [rubygems/rubygems] Fix comment incorrectly copied from another specDavid Rodríguez2022-08-011-2/+1
* [rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez2022-07-301-0/+28
* Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA2022-07-2911-44/+85
* [rubygems/rubygems] Add ignore_funding_requests config flagmoe2022-07-271-0/+27
* [rubygems/rubygems] Use main as default branch for Bundler specsDavid Rodríguez2022-07-2715-61/+62
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-07-267-17/+88
* [rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi2022-07-191-3/+3
* [rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez2022-07-181-2/+2
* [rubygems/rubygems] bundler: fix typo in inline RuboCop configTakuya Noguchi2022-07-171-1/+1
* [rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez2022-07-171-0/+30
* [rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez2022-07-141-0/+19
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-1321-164/+394