summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-02[rubygems/rubygems] Move Bundler::Fetcher::HTTP_ERRORS to Bundler::Fetcher::D...David Rodríguez
2025-07-02[rubygems/rubygems] Add back and deprecate Bundler::Fetcher::NET_ERRORSDavid Rodríguez
2025-07-02[rubygems/rubygems] Add a `verbose` setting to enable verbose output for all ...David Rodríguez
2025-07-02[rubygems/rubygems] Consistently access CLI flags with symbolsDavid Rodríguez
2025-07-02[rubygems/rubygems] Fix `bundle console` printing bug report template on `Nam...Earlopain
2025-07-02[rubygems/rubygems] Update man pages for the `bundle doctor ssl` subcommand:Edouard CHIN
2025-07-02[rubygems/rubygems] Log when `simulate_version` is enabledDavid Rodríguez
2025-07-02[rubygems/rubygems] None of the global options have default so this seems unn...David Rodríguez
2025-07-02[rubygems/rubygems] Use explicit receiver when accessing settingsDavid Rodríguez
2025-07-02[rubygems/rubygems] Document the `simulate_version` settingDavid Rodríguez
2025-07-02[rubygems/rubygems] Remove `print_only_version_number` settingDavid Rodríguez
2025-07-01Fixed inconsistency gemspec locationHiroshi SHIBATA
2025-07-01Use git ls-files instead of Dir.glob because optparse has optionparser.rb tha...Hiroshi SHIBATA
2025-07-01[ruby/optparse] Use Dir.glob and base keyword arg for the installer of Ruby p...Hiroshi SHIBATA
2025-06-30[ruby/prism] Fix parser translator with trailing backslash in `%W` /`%I` arrayEarlopain
2025-06-30[rubygems/rubygems] Update some reference to Bundler 3 to Bundler 4David Rodríguez
2025-06-30[rubygems/rubygems] Use Bundler.settings[gem.bundle]Hiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added manpagesHiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added bundle option to method_optionHiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added --bundle option for triggering bundle install autom...Hiroshi SHIBATA
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-30[rubygems/rubygems] Added push_rubygem to default scope at gem signin commandHiroshi SHIBATA
2025-06-29[ruby/optparse] JRuby does not have EXECUTABLE_EXTS in RbConfg::CONFIGNobuyoshi Nakada
2025-06-29[ruby/optparse] Fix OptionParser#program_name not to strip suffix unexpectedlyNobuyoshi Nakada
2025-06-29[ruby/optparse] Enhance to support 'Set' object as an enumkwatch
2025-06-28Make `uplevel` suitable as the option to `Kernel#warn`Nobuyoshi Nakada
2025-06-28Use symbols as `level` instead of stringsNobuyoshi Nakada
2025-06-26[ruby/uri] [DOC] State that uri library is needed to call Kernel#URINobuyoshi Nakada
2025-06-26[ruby/uri] Fix a typoNobuyoshi Nakada
2025-06-26[ruby/uri] Use Lo category chars as escaped charsNobuyoshi Nakada
2025-06-26[ruby/uri] Escape reserved characters in scheme nameNobuyoshi Nakada
2025-06-26[rubygems/rubygems] Simulate Bundler 4 in a better wayDavid Rodríguez
2025-06-26[rubygems/rubygems] Use Gem::Version` methods instead of string splittingDavid Rodríguez
2025-06-26[rubygems/rubygems] Centralize managing major version dependent behavior in `...David Rodríguez
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