summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-05-13Psych and SafeYAML was loaded Gem.load_yml, these changes is unnecessaryHiroshi SHIBATA
2025-05-13Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr...Hiroshi SHIBATA
2025-05-12[ruby/erb] Use cgi/escape instead of deprecated cgi/utilNobuyoshi Nakada
2025-05-12[ruby/erb] [DOC] Make documentation 100%Nobuyoshi Nakada
2025-05-12[rubygems/rubygems] Fix doctor command parsing of otool outputRandy Stauner
2025-05-12Copy to path with the base nameNobuyoshi Nakada
2025-05-11namespace on readSatoshi Tagomori
2025-05-09Replaced CGI.parse with URI.decode_www_formHiroshi SHIBATA
2025-05-09Added migration wrapper for cgi.rb and cgi/util.rbHiroshi SHIBATA
2025-05-09Removed CGI library without CGI::Escape featuresHiroshi SHIBATA
2025-05-09Use cgi/escape instead of cgi/utilHiroshi SHIBATA
2025-05-09Support `require 'cgi/escape'` with extracting CGI::Escape from CGI::UtilHiroshi SHIBATA
2025-05-08[rubygems/rubygems] Add mtime to Gem::Package::TarWriter#add_file argumentYusuke Nakamura
2025-05-02[rubygems/rubygems] Smoother authentication experienceMike Perham
2025-04-26[ruby/ipaddr] Added IPAddr#+/-Taketo Takashima
2025-04-26Implement Set as a core classJeremy Evans
2025-04-25Inline Class#new.Aaron Patterson
2025-04-25[rubygems/rubygems] bin/rubocop -a --only Style/StringLiteralsHiroshi SHIBATA
2025-04-25[rubygems/rubygems] Remove shellwords autoloadDavid Rodríguez
2025-04-24Rewrite CGI.parse with URI.decode_www_form_componentHiroshi SHIBATA
2025-04-24Removed unused cgi libraryHiroshi SHIBATA
2025-04-24Use cgi/util if that uses like CGI.escape methodsHiroshi SHIBATA
2025-04-23Check Unicode version of the normalization tableNobuyoshi Nakada
2025-04-22[ruby/pp] Rename EMPTY_HASH to EMPTY_KWHASHJeremy Evans
2025-04-22[ruby/pp] Avoid an array allocation per element in list passed to seplistJeremy Evans
2025-04-22[rubygems/rubygems] Avoid unnecessary splat allocationJeremy Evans
2025-04-22[rubygems/rubygems] Warn if TLS 1.2 is not supportedEdouard CHIN
2025-04-22[rubygems/rubygems] Summarize the diagnosticEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bare net/http connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the RubyGems connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bundler connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose when OpenSSL can't be loaded.Edouard CHIN
2025-04-22[rubygems/rubygems] Add the `bundle doctor subcommand` skeleton:Edouard CHIN
2025-04-22[rubygems/rubygems] Define `bundler doctor` as a subcommandEdouard CHIN
2025-04-22Move the doctor command into a subfolder:Edouard CHIN
2025-04-18[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
2025-04-18prepare Unicode normalization for Unicode 16.0.0Martin Dürst
2025-04-15[rubygems/rubygems] Let `bundle lock --normalize-platforms` remove invalid pl...David Rodríguez
2025-04-15[rubygems/rubygems] Raise an error if `bundle lock` target platform is incomp...David Rodríguez
2025-04-15[rubygems/rubygems] Rename `resolution_packages` to `resolution_base`David Rodríguez
2025-04-15[rubygems/rubygems] Extract some logic to a method and expand commentDavid Rodríguez
2025-04-15[rubygems/rubygems] Clarify commentDavid Rodríguez
2025-04-15[rubygems/rubygems] Comparing platforms is only needed for dependency validationDavid Rodríguez
2025-04-15[rubygems/rubygems] Only platforms are relevant hereDavid Rodríguez
2025-04-15[rubygems/rubygems] Fix false positive warning about insecurely materialized gemDavid Rodríguez
2025-04-14[rubygems/rubygems] Refine `bundle update --verbose` logsDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix edge case making `bundle update` behave incorrectlyDavid Rodríguez
2025-04-14[rubygems/rubygems] Materialize specs just once in installerDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix `bundle lock --normalize-platforms` regressionDavid Rodríguez
2025-04-13Fix unnecessary `false` in `CLEANLIBS`Nobuyoshi Nakada