summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2026-05-01[ruby/rubygems] Bump rb_sys to >= 0.9.127Hiroshi SHIBATA
2026-04-30[ruby/rubygems] Skip bundler self-checksum for unreleased bundlersHiroshi SHIBATA
2026-04-24[ruby/rubygems] Update gem creation guide URL to rubygems.orgy-onishi
2026-04-24[ruby/rubygems] Point recovery instructions at bundle pristine under BundlerHiroshi SHIBATA
2026-04-24[ruby/rubygems] Remove stale plugin wrappers even when --no-install-plugin is...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Document no_build_extension and no_install_plugin settings in...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Add warnings with recovery instructions when skipping extensi...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Support no_build_extension and no_install_plugin settings in ...Hiroshi SHIBATA
2026-04-17[ruby/rubygems] Fix installing gems with native extensions + transitive depen...Nick Dower
2026-04-16[ruby/rubygems] Add commented-out rubygems_mfa_required to bundle gem templateMatheus Richard
2026-04-15[ruby/rubygems] Remove extra guard conditions to preserve existing behaviorHiroshi SHIBATA
2026-04-15[ruby/rubygems] Print a warning for a potential confusion from the indirect d...Jun Aruga
2026-04-14[ruby/rubygems] Update spec_set to use lookupHarriet Oughton
2026-04-10[ruby/rubygems] Update man pages dateEdouard CHIN
2026-04-10[ruby/rubygems] fix formatting for BUNDLE_PREFER_PATCH variable in man pageIvan Kuchin
2026-04-08[ruby/rubygems] Fix grammar in gem installer cache commentHiroshi SHIBATA
2026-04-08[ruby/rubygems] Use eq matcher instead of be for string comparison in newgem ...Hiroshi SHIBATA
2026-04-08[ruby/rubygems] Fix wrong expected value in Rust extension test templatesHiroshi SHIBATA
2026-04-08[ruby/rubygems] Fix typos in comments and documentationHiroshi SHIBATA
2026-04-02[ruby/rubygems] Skip missing_extensions? check on JRubyHiroshi SHIBATA
2026-04-01[ruby/rubygems] Improve error message when current platform is not in lockfileKenta Ishizaki
2026-03-31[ruby/rubygems] Skip checksum for the bundler gem if no `bundler.gem` exists ...Edouard CHIN
2026-03-30[ruby/rubygems] Restore rb_sys dependency for Rust방성범 (Bang Seongbeom)
2026-03-25[ruby/rubygems] Cache package version selection:Edouard CHIN
2026-03-25[ruby/rubygems] Use Array#join to build error message instead of string conca...Hiroshi SHIBATA
2026-03-25[ruby/rubygems] Show only mismatched dependencies in lockfile error messageHiroshi SHIBATA
2026-03-25[ruby/rubygems] Include detailed gemspec vs. lockfile dependency discrepanciesHiroshi SHIBATA
2026-03-25[ruby/rubygems] Implement relative path handling for plugin paths in Bundler:...Hiroshi SHIBATA
2026-03-25[ruby/rubygems] code refactor: addresing peer commentsJonathan Barquero
2026-03-25[ruby/rubygems] feat: default_cli_command for config what command bundler run...Jonathan Barquero
2026-03-25[ruby/rubygems] Workaround a memory corruption issue on Windows Ruby 3.3:Edouard CHIN
2026-03-25[ruby/rubygems] Bundler: ignore patchlevel kwarg in ruby DSLTakuya Noguchi
2026-03-25[ruby/rubygems] Respect Gemfile bundler setting in `Bundler.setup`Lin Jen-Shin
2026-03-18[ruby/rubygems] Lock the checksum of Bundler itself in the lockfile:Edouard CHIN
2026-03-18[ruby/rubygems] Store the version of git at the class level:Edouard CHIN
2026-03-18[ruby/rubygems] Update the `bundle config --help` man page:Edouard CHIN
2026-03-18[ruby/rubygems] Normalize the number of workers:Edouard CHIN
2026-03-17[ruby/rubygems] Add exponential backoff to bundler retriesChristian Bruckmayer
2026-03-17[ruby/rubygems] Rename full_clone? to shallow? for clarityHiroshi SHIBATA
2026-03-17[ruby/rubygems] Retry git fetch without --depth for dumb HTTP transportHiroshi SHIBATA
2026-03-16[ruby/rubygems] Introduce a priority queue:Edouard CHIN
2026-03-12[ruby/rubygems] Add a Mutex to prevent a bug on Ruby 3.2:Edouard CHIN
2026-03-12[ruby/rubygems] Split the download and install process of a gem:Edouard CHIN
2026-03-11[ruby/rubygems] Configure definitions and YAML status after forked installlolwut
2026-03-11[ruby/rubygems] Reset Gem::Specification and mark inline sourcesHiroshi SHIBATA
2026-03-11[ruby/rubygems] bundler/inline: perform installation from a forked childJean Boussier
2026-03-10[ruby/rubygems] Treat nil deserialized config as emptyHiroshi SHIBATA
2026-03-04[ruby/rubygems] Fix plugin new version not registering:Edouard CHIN
2026-03-04[ruby/rubygems] Update the man pages header to be in sync with the config oneEdouard CHIN
2026-03-04[ruby/rubygems] Add a new Bundler config to control how many specs are fetched:Edouard CHIN