aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez2023-10-161-4/+4
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-161-23/+26
* [rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez2023-10-161-1/+1
* Re-resolve when lockfile is invalidDavid Rodriguez2023-10-162-37/+26
* [rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins2023-10-151-0/+1
* Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA2023-10-131-12/+0
* Move path normalization into Gem from Bundler classHiroshi SHIBATA2023-10-131-4/+2
* Dont't handle inline GemfileHiroshi SHIBATA2023-10-131-6/+1
* Use Gem::BUNDLED_GEMS.warning? at Bundler.setupHiroshi SHIBATA2023-10-131-22/+16
* [rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde2023-10-111-1/+1
* [rubygems/rubygems] Update bundle-plugin man pageCody Cutrer2023-10-102-21/+21
* [rubygems/rubygems] Avoid duplicates -rbundler/setup in RUBYOPT with Ruby pre...Jacopo2023-10-091-1/+1
* [rubygems/rubygems] Reduce allocations when parsing compact indexSamuel Giddins2023-10-083-7/+16
* [rubygems/rubygems] Update man page for bundle exec to reflect default flag v...Manu2023-10-0630-33/+32
* [rubygems/rubygems] Prevent gem activation in standalone modeDaniel Colson2023-10-031-0/+14
* [rubygems/rubygems] Don't re-resolve with prereleases if unlocked gem has no ...David Rodriguez2023-10-031-1/+1
* [rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling2023-10-031-2/+14
* [rubygems/rubygems] 🚨 Rubocop LintingPeter Boling2023-10-032-2/+2
* [rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...Harshal Bhakta2023-10-021-1/+8
* [rubygems/rubygems] Include gemspec in ExtensionTask for native gem tasksGraham Marlow2023-10-021-2/+6
* [rubygems/rubygems] Handled unknown gems in bundled gems warningJean Boussier2023-09-291-12/+14
* [rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer2023-09-277-16/+24
* [rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez2023-09-272-2/+2
* [rubygems/rubygems] Refactor full sha revision match logickrororo2023-09-271-4/+8
* [rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo2023-09-271-3/+8
* [rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge caseDavid Rodriguez2023-09-271-2/+2
* [rubygems/rubygems] Allow standalone mode to work on a Windows edge caseDavid Rodriguez2023-09-251-1/+8
* [rubygems/rubygems] Reduce allocations when parsing lockfileSamuel Giddins2023-09-211-21/+26
* [rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins2023-09-213-11/+7
* [rubygems/rubygems] Stop bundler eagerly loading all specs with extsSamuel Giddins2023-09-211-2/+4
* [rubygems/rubygems] Bundler error handlingSamuel Giddins2023-09-202-2/+6
* [rubygems/rubygems] Lazily construct fetcher debug messagesSamuel Giddins2023-09-193-4/+4
* [rubygems/rubygems] Bump actions/checkout to v4 in bundler gem templateYoshiki Takagi2023-09-191-1/+1
* [rubygems/rubygems] Reduce array allocations and concatenations in IndexMartin Emde2023-09-151-23/+26
* [rubygems/rubygems] Avoid allocating empty hashes in IndexSamuel Giddins2023-09-151-3/+6
* [rubygems/rubygems] Stop allocating the same settings keys repeatedlySamuel Giddins2023-09-152-19/+48
* [rubygems/rubygems] Gemfile ruby file: covers more version formatsMartin Emde2023-09-141-7/+23
* [rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde2023-09-123-16/+5
* [rubygems/rubygems] Reduce excess index creation and mergingMartin Emde2023-09-071-1/+1
* [rubygems/rubygems] Improve efficiency of Index#use and #search_allMartin Emde2023-09-072-23/+48
* [rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...Martin Emde2023-09-071-6/+6
* [rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols2023-08-301-4/+3
* [rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols2023-08-301-5/+8
* [rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins2023-08-291-0/+1
* [rubygems/rubygems] rubocop -aHiroshi SHIBATA2023-08-291-3/+3
* [rubygems/rubygems] Fixed malformed lockfile version on installingImir Kiyamov2023-08-281-0/+2
* [rubygems/rubygems] Don't check for circular deps on full index sourcesDavid Rodríguez2023-08-281-2/+10
* [rubygems/rubygems] Remove redundant checksDavid Rodríguez2023-08-281-3/+2
* [rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez2023-08-281-1/+3
* [rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde2023-08-284-38/+42