aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Partly revertedHiroshi SHIBATA2023-03-281-4/+0
* Use URI-0.12.1Hiroshi SHIBATA2023-03-282-3/+3
* [rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek2023-03-283-5/+7
* [rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez2023-03-281-2/+5
* [rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez2023-03-281-0/+3
* [rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez2023-03-281-3/+35
* [rubygems/rubygems] Also set min locked requirements when not unlockingDavid Rodríguez2023-03-281-1/+2
* Consider prereleases regardless of whether lockedMichael Siegfried2023-03-281-1/+1
* [rubygems/rubygems] Use append_cflags instead of directly append for CFLAGSHiroshi SHIBATA2023-03-271-1/+1
* [rubygems/rubygems] Generate native gems with `-fvisibility=hidden`Jean Boussier2023-03-253-1/+10
* Don't suggest `--full-index` on API Response mismatch errorsDavid Rodríguez2023-03-231-1/+1
* Don't suggest retrying with `--full-index` on gemspec errorsDavid Rodríguez2023-03-231-1/+1
* Fix logging the fallback to the full index on GemspecError'sDavid Rodríguez2023-03-231-5/+1
* Fix flaky when making materialized specs uniqDavid Rodríguez2023-03-234-19/+7
* Reuse `SpecSet#materialize` logicDavid Rodríguez2023-03-231-5/+3
* Refactor incomplete specs handlingDavid Rodríguez2023-03-233-13/+38
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-231-0/+2
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-231-0/+2
* [rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA2023-03-231-3/+3
* [rubygems/rubygems] Use indented heredocNobuyoshi Nakada2023-03-223-6/+6
* [rubygems/rubygems] Remove reference to `pry` gem from generated `bin/console...Justin Searls2023-03-221-4/+0
* When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez2023-03-171-0/+5
* Don´t consider platform specific candidates when `force_ruby_platform` setDavid Rodríguez2023-03-171-1/+1
* Don't ignore pre-releases when there's only one candidateDavid Rodríguez2023-03-171-1/+1
* Normalize git sourcesDavid Rodríguez2023-03-174-4/+26
* [rubygems/rubygems] Also removed condition of RUBY_PATCHLEVELHiroshi SHIBATA2023-03-171-3/+1
* [rubygems/rubygems] Fix incorrect error message when multiple platforms are l...David Rodríguez2023-03-171-1/+1
* [rubygems/rubygems] Applied Layout/SpaceAroundOperators copHiroshi SHIBATA2023-03-162-2/+2
* [rubygems/rubygems] Don't use full_required_path and extension_dir under the ...Hiroshi SHIBATA2023-03-151-3/+4
* [rubygems/rubygems] Removed test forHiroshi SHIBATA2023-03-151-2/+2
* [rubygems/rubygems] Move build artifact detection logic for root gemspec to b...Hiroshi SHIBATA2023-03-151-0/+17
* [rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gemsIan Ker-Seymer2023-03-103-2/+12
* [rubygems/rubygems] Respect --no-install option for git: sourcesJulie Haehn2023-03-071-0/+1
* [rubygems/rubygems] Fix gemspec file filterDavid Rodríguez2023-03-071-1/+1
* [rubygems/rubygems] Better suggestion when `bundler/setup` fails due to missi...David Rodríguez2023-03-071-1/+4
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* [rubygems/rubygems] Update current_ruby.rbJohnny Shields2023-03-031-4/+4
* [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? to...johnnyshields2023-03-034-21/+18
* [rubygems/rubygems] Simplify the gem package file filter in the gemspec templateOrien Madgwick2023-03-021-1/+1
* [rubygems/rubygems] Replace lockfile with `.locked`Tony Hsu2023-03-021-1/+1
* [rubygems/rubygems] Regenerate lockfile if spec list is invalid/empty.Ellen Marie Dash2023-03-021-1/+3
* [rubygems/rubygems] Auto-heal on corrupted lockfile with missing depsDaniel Colson2023-03-012-16/+7
* [rubygems/rubygems] safe marshal gem specs when inflatingMercedes Bernard2023-02-231-2/+2
* [rubygems/rubygems] safe marshal gem versions when fetching Marshal.specs.4.8.gzMercedes Bernard2023-02-231-1/+1
* Merge rubygems/bundler masterHiroshi SHIBATA2023-02-2137-60/+62
* [rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez2023-02-211-4/+16
* [rubygems/rubygems] Update pub_grubJohn Hawthorn2023-02-212-4/+10
* [rubygems/rubygems] Sync with pub_grub main branchDavid Rodríguez2023-02-213-6/+17
* [rubygems/rubygems] Restore better error message when locked ref does not existDavid Rodríguez2023-02-211-4/+6
* [rubygems/rubygems] Avoid crashing with a corrupted lockfileDaniel Colson2023-02-091-1/+15