summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-06-26[rubygems/rubygems] Remove redundant receiversDavid Rodríguez
2025-06-26[rubygems/rubygems] No need to reset this variableDavid Rodríguez
2025-06-25[rubygems/rubygems] Add missing `require "fileutils"` in lib/rubygems/install...MSP-Greg
2025-06-24[ruby/timeout] Gracefully handle a call to ensure_timeout_thread_created in a...Benoit Daloze
2025-06-24[ruby/resolv] v0.6.1Hiroshi SHIBATA
2025-06-24Revert accidentally commit with 96a0c2065a95d076978de41e8bfacbd19858d0bbHiroshi SHIBATA
2025-06-24[rubygems/rubygems] Fix `Bundler.original_env['GEM_HOME']` when Bundler is tr...David Rodríguez
2025-06-24[rubygems/rubygems] Remove no longer necessary workarounds for restartsDavid Rodríguez
2025-06-23Mark RClass instance that may be namespaced with RCLASS_NAMESPACEABLEJean Boussier
2025-06-23[rubygems/rubygems] Handle RubyGems installing to custom dir with non-existen...Nicholas La Roux
2025-06-23[rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefullyDavid Rodríguez
2025-06-23[rubygems/rubygems] Make `HTTP_ERRORS` list look like `FAIL_ERRORS` listDavid Rodríguez
2025-06-23[rubygems/rubygems] Simplify non retriable errors listDavid Rodríguez
2025-06-23[rubygems/rubygems] Move `HTTP_ERRORS` together with the other error constantsDavid Rodríguez
2025-06-23[rubygems/rubygems] Deprecate unused `Bundler#SpecSet` methodsDavid Rodríguez
2025-06-19[ruby/weakref] v0.1.4Hiroshi SHIBATA
2025-06-19Skip to Bundler 4 directlyDavid Rodríguez
2025-06-19[rubygems/rubygems] Use `persist-credentials: false` in templateLandon Grindheim
2025-06-19[rubygems/rubygems] Fix running gem commands in a `bundle exec` contextDavid Rodríguez
2025-06-19[rubygems/rubygems] Move finding eigenclass to a methodDavid Rodríguez
2025-06-19[rubygems/rubygems] Fix grammar in `bundle config` deprecation messageDavid Rodríguez
2025-06-19[rubygems/rubygems] Allow enabling "Bundler 3 mode" more easilyDavid Rodríguez
2025-06-19[rubygems/rubygems] Never ignore gems from path sources during activationDavid Rodríguez
2025-06-17[ruby/tempfile] [DOC] Fix a typoNobuyoshi Nakada
2025-06-17[rubygems/rubygems] Fix `gem install` sometimes compiling the wrong source filesDavid Rodríguez
2025-06-16[rubygems/rubygems] Fix redefinition warnings when using modern RubyGems with...David Rodríguez
2025-06-13[rubygems/rubygems] Recognize JRuby loaded from a classloader, not just any JARCody Cutrer
2025-06-13[rubygems/rubygems] Update bundled tls certsSamuel Giddins
2025-06-12[rubygems/rubygems] Removed ccache or sccache from args of Rust builderHiroshi SHIBATA
2025-06-12[rubygems/rubygems] Remove duplicate documentation for `--changelog` flagJoshua Young
2025-06-12[rubygems/rubygems] Fix typos in some documentation lists making them render ...David Rodríguez
2025-06-12[rubygems/rubygems] Update man pages monthDavid Rodríguez
2025-06-11[ruby/prism] Fix parser translator during string escaping with invalid utf-8Earlopain
2025-06-11[ruby/net-http] Support pretty_printNobuyoshi Nakada
2025-06-11[ruby/net-http] Don't set content type by defaultHiroshi SHIBATA
2025-06-11[rubygems/rubygems] Fix `gem pristine` sometimes not resetting extensionsDavid Rodríguez
2025-06-11[rubygems/rubygems] Install the best matching gem for the current platform in...Samuel Giddins
2025-06-11[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] Fix headings levels in ChangelogsAntoine Marguerie
2025-06-05[rubygems/rubygems] Deprecate x64-mingw32 legacy Windows platform in favor of...Nicholas La Roux
2025-06-04Added warning for CGI.parseHiroshi SHIBATA