summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
12 hours[rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefullyDavid Rodríguez
12 hours[rubygems/rubygems] Make `HTTP_ERRORS` list look like `FAIL_ERRORS` listDavid Rodríguez
12 hours[rubygems/rubygems] Simplify non retriable errors listDavid Rodríguez
12 hours[rubygems/rubygems] Move `HTTP_ERRORS` together with the other error constantsDavid Rodríguez
12 hours[rubygems/rubygems] Deprecate unused `Bundler#SpecSet` methodsDavid Rodríguez
5 daysSkip to Bundler 4 directlyDavid Rodríguez
5 days[rubygems/rubygems] Use `persist-credentials: false` in templateLandon Grindheim
5 days[rubygems/rubygems] Fix running gem commands in a `bundle exec` contextDavid Rodríguez
5 days[rubygems/rubygems] Move finding eigenclass to a methodDavid Rodríguez
5 days[rubygems/rubygems] Fix grammar in `bundle config` deprecation messageDavid Rodríguez
5 days[rubygems/rubygems] Allow enabling "Bundler 3 mode" more easilyDavid Rodríguez
5 days[rubygems/rubygems] Never ignore gems from path sources during activationDavid Rodríguez
10 days[rubygems/rubygems] Recognize JRuby loaded from a classloader, not just any JARCody Cutrer
12 days[rubygems/rubygems] Remove duplicate documentation for `--changelog` flagJoshua Young
12 days[rubygems/rubygems] Fix typos in some documentation lists making them render ...David Rodríguez
12 days[rubygems/rubygems] Update man pages monthDavid Rodríguez
13 days[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-06[rubygems/rubygems] Ignore local specifications if they have incorrect depend...David Rodríguez
2025-06-06Move most of Bundler::GemHelpers to Gem::PlatformSamuel Giddins
2025-06-06[rubygems/rubygems] Cache commit SHA ref revisionsThomas Marshall
2025-06-05[rubygems/rubygems] Slightly simplify locked specification source replacementDavid Rodríguez
2025-06-05[rubygems/rubygems] Fix git source unlocking for multi-gem repositories like ...David Rodríguez
2025-06-05[rubygems/rubygems] Fix `bundle update --bundler` when restarts disabledDavid Rodríguez
2025-06-05[rubygems/rubygems] Look in configured path when checking if self-update vers...David Rodríguez
2025-06-05[rubygems/rubygems] Refactor restarts to not need memoizing the restart versionDavid Rodríguez
2025-06-05[rubygems/rubygems] Reduce duplication a bitDavid Rodríguez
2025-06-05[rubygems/rubygems] Deprecate x64-mingw32 legacy Windows platform in favor of...Nicholas La Roux
2025-06-03[rubygems/rubygems] Only ignore `.gitignore` when generating gems with gitTangRufus
2025-06-03[rubygems/rubygems] Ignore `Gemfile`, `gems.rb` & `gems.locked` according to ...TangRufus
2025-06-03[rubygems/rubygems] Remove `.git` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Rename `ignore_files` to `ignore_paths`TangRufus
2025-06-03[rubygems/rubygems] Add `.gitignore`, `gems.rb` & `gems.locked` into `spec.fi...TangRufus
2025-06-03[rubygems/rubygems] Remove `features/` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Only ignore `test/` when generating gems with `minitest` ...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.circleci` with `/` in `spec.files` in the `.gems...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.` with `/` in `spec.files` in the `.gemspe...TangRufus
2025-06-03[rubygems/rubygems] Exclude `spec` from `spec.files` in the `.gemspec` templa...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rspec` from `spec.files` in the `.gemspec` temp...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rubocop.yml` and `.standard.yml` from `spec.fil...TangRufus
2025-06-03[rubygems/rubygems] Remove `appveyor` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Refactor `spec.files` ignore list generationTangRufus
2025-06-03[rubygems/rubygems] Moved the REMEMBERING OPTIONS section to be after CONFIGU...Matthew Hively
2025-06-03[rubygems/rubygems] Clarify how BUNDLE_DEPLOYMENT, BUNDLE_FROZEN and BUNDLE_P...Matthew Hively
2025-05-26[rubygems/rubygems] Remove backport of LATEST_RUBY_WITHOUT__VERSIONSSamuel Giddins
2025-05-26[rubygems/rubygems] Remove platform backports from bundlerSamuel Giddins
2025-05-26[rubygems/rubygems] Remove reference to validate_rust_builder_rubygems_versionSamuel Giddins
2025-05-26[rubygems/rubygems] Bump required_ruby_version to 3.2Samuel Giddins
2025-05-14Applied rake vendor:installHiroshi SHIBATA
2025-05-13Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr...Hiroshi SHIBATA
2025-05-12[rubygems/rubygems] Fix doctor command parsing of otool outputRandy Stauner