summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-09-09[rubygems/rubygems] Don't include hook templates in cached git sourceDaniel Colson
2024-09-04[rubygems/rubygems] Improve `bundle add` manpageTakuya Noguchi
2024-09-04[rubygems/rubygems] Load gemspecs in the context of its parent also when usin...David Rodríguez
2024-09-03Vendor `securerandom` in Bundler as wellDavid Rodríguez
2024-09-02[rubygems/rubygems] Don't try to remove previous install folder if it's emptyDavid Rodríguez
2024-09-02[rubygems/rubygems] Improve insecure gem overwrite messageDavid Rodríguez
2024-08-30[rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `...Matt Brictson
2024-08-30[rubygems/rubygems] Don't blow up when explicit version is removed from some ...David Rodríguez
2024-08-29[rubygems/rubygems] Add a note about "platforms" in Gemfile vs "platforms" in...David Rodríguez
2024-08-29[rubygems/rubygems] Reject unknown platforms when running `bundle lock --add-...David Rodríguez
2024-08-26[rubygems/rubygems] Emit progress to stderr when `--print` is passed to `bund...Matt Brictson
2024-08-26[rubygems/rubygems] Fix newline=false being ignored by Shell#warnMatt Brictson
2024-08-26[rubygems/rubygems] Fix missing 'msg' parameter in Shell#no?Matt Brictson
2024-08-23[rubygems/rubygems] Fix error message when Bundler refuses to install due to ...David Rodríguez
2024-08-22[rubygems/rubygems] Fix `--prefer-local` flagDavid Rodríguez
2024-08-22[rubygems/rubygems] Fix bad grammar in log messageDavid Rodríguez
2024-08-21[rubygems/rubygems] Restore support for passing relative paths to `:git`David Rodríguez
2024-08-21[rubygems/rubygems] Regeneration previous git application caches that didn't ...David Rodríguez
2024-08-19[rubygems/rubygems] Change new gem README template to have copyable code blocksMarco Roth
2024-08-05[rubygems/rubygems] Don't remove existing platform gems when PLATFORMS sectio...David Rodríguez
2024-08-05[rubygems/rubygems] Fix locked source not getting respected when `bundle upda...David Rodríguez
2024-08-05[rubygems/rubygems] Move private reader to private sectionDavid Rodríguez
2024-08-05Fix truffleruby removing gems from lockfileDavid Rodríguez
2024-07-30[rubygems/rubygems] Print a better debug message when lockfile does not inclu...David Rodríguez
2024-07-30[rubygems/rubygems] Simplify logic to add current platform a bitDavid Rodríguez
2024-07-26[rubygems/rubygems] Remove inconsistent whitespace from CLI flagsDavid Rodríguez
2024-07-26[rubygems/rubygems] Fix bundle check exit code when git gem is missingJerome Dalbert
2024-07-25[rubygems/rubygems] bundle-gem learns to find Gemfile template correctlyJason Karns
2024-07-23[rubygems/rubygems] Keep only the bare clone in the per app cacheDavid Rodríguez
2024-07-23[rubygems/rubygems] Don't serialize gemspec in the cache locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop removing the `.git` folder from cached git gemsDavid Rodríguez
2024-07-23[rubygems/rubygems] Refactor `set_paths!`David Rodríguez
2024-07-23[rubygems/rubygems] Restrict local behaviour of git gems to local overridesDavid Rodríguez
2024-07-23[rubygems/rubygems] Prefer `install_path` aliasDavid Rodríguez
2024-07-23[rubygems/rubygems] Move duplicated code to a methodDavid Rodríguez
2024-07-23[rubygems/rubygems] Add debugging message to `Bundler::Source::Git#specs`David Rodríguez
2024-07-23[rubygems/rubygems] Explicitly encode Gem::Dependency to yamlSamuel Giddins
2024-07-23[rubygems/rubygems] Fix `bundle exec gem uninstall`David Rodríguez
2024-07-23[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfilesDavid Rodríguez
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-18[rubygems/rubygems] Small tweak to avoid making the same mistake againDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix another removal issueDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-17[rubygems/rubygems] Fix another case of `bundle lock --add-platform` doing no...David Rodríguez
2024-07-10[rubygems/rubygems] Fix another strange error when running `bundle add` in fr...David Rodríguez
2024-07-10[rubygems/rubygems] Fix strange error when running `bundle add` with frozen m...David Rodríguez