summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-09-17[rubygems/rubygems] Inline a private methodDavid Rodríguez
2024-09-17[rubygems/rubygems] Consistently access install options through symbol keysDavid Rodríguez
2024-09-16[rubygems/rubygems] Simplify handling default gem cachingDavid Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-16[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...David Rodríguez
2024-09-11[rubygems/rubygems] Small simplification in Definition classDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-11[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...David Rodríguez
2024-09-11[rubygems/rubygems] Don't rescue Exception when evaluating GemfileDavid Rodríguez
2024-09-11[rubygems/rubygems] Refactor setting current gemfile in DSLDavid Rodríguez
2024-09-11[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...David Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-10[rubygems/rubygems] Removed duplicated dependencies that used by bundler inlineHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Retry resolution with activated gems if inline has conflictsDavid Rodríguez
2024-09-10[rubygems/rubygems] Remove unnecessary verificationDavid Rodríguez
2024-09-10[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline modeDavid Rodríguez
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