summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-11-08[ruby/ostruct] Update license files same as ruby/rubyHiroshi SHIBATA
2024-11-07[ruby/irb] Correct ja/help-message for --context-mode and --promptKouhei Yanagita
2024-11-07[rubygems/rubygems] Undeprecate Gemfiles without a global sourceDavid Rodríguez
2024-11-07[ruby/uri] Bump up v1.0.0Hiroshi SHIBATA
2024-11-07[ruby/net-http] Bump up v0.5.0Hiroshi SHIBATA
2024-11-07[ruby/delegate] Bump up v0.4.0Hiroshi SHIBATA
2024-11-07[ruby/delegate] Bump up required ruby version to 3.0Hiroshi SHIBATA
2024-11-07[ruby/logger] Enable subclasses to configure level isolationHartley McGuire
2024-11-06[rubygems/rubygems] Add naive infinite loop detection when fixing lockfile de...David Rodríguez
2024-11-06[rubygems/rubygems] Note about why we don't fix lockfile dependencies backed ...David Rodríguez
2024-11-06[rubygems/rubygems] This is not about the lockfile anymoreDavid Rodríguez
2024-11-06[rubygems/rubygems] Automatically fix lockfile when the API reveals missing depsDavid Rodríguez
2024-11-06[rubygems/rubygems] Check for `EndpointSpecification` exactlyDavid Rodríguez
2024-11-06[rubygems/rubygems] Simplify code structureDavid Rodríguez
2024-11-06[rubygems/rubygems] Fix manifest in gem package using incorrect platform some...David Rodríguez
2024-11-06[rubygems/rubygems] Fix some JRuby warnings when using `bundler/setup` with R...David Rodríguez
2024-11-06[ruby/shellwords] Bump up v0.2.1Hiroshi SHIBATA
2024-11-06[ruby/open-uri] Bump up v0.5.0Hiroshi SHIBATA
2024-11-06[ruby/timeout] Bump up v0.4.2Hiroshi SHIBATA
2024-11-06[ruby/tmpdir] Bump up v0.3.0Hiroshi SHIBATA
2024-11-06[ruby/tempfile] Bump up v0.3.0Hiroshi SHIBATA
2024-11-06[ruby/yaml] Bump up v0.4.0Hiroshi SHIBATA
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/irb] windows does not support Process.kill("TERM", pid)YO4
2024-11-04[ruby/rdoc] Display class ancestors in the sidebar #1183Alexis Bernard
2024-11-04Validate user input encodingDavid Rodríguez
2024-11-04[rubygems/rubygems] Fix commands with 2 MFA requests when webauthn is enabledDavid Rodríguez
2024-11-04[rubygems/rubygems] OTP is already added by `rubygems_api_request`David Rodríguez
2024-11-04[rubygems/rubygems] Fix incompatible encodings errorDavid Rodríguez
2024-11-01[ruby/fileutils] Bump up v1.7.3Hiroshi SHIBATA
2024-11-01[ruby/json] Move State#configure back into CJean Boussier
2024-10-31[rubygems/rubygems] Add useful error message for plugin loadSarah Sehr
2024-10-31[ruby/rdoc] Use thicker fonts with high contrast to improveStan Lo
2024-10-30[rubygems/rubygems] Update `--ext=rust` to support compiling the native exten...Guilherme Carreiro
2024-10-30[rubygems/rubygems] Rely on PATH if Ruby is not installed in the same directo...David Rodríguez
2024-10-30[rubygems/rubygems] Simplify enable-load-relative prolog script creationDavid Rodríguez
2024-10-30[rubygems/rubygems] Fix `gem update --system` leaving old default bundler exe...David Rodríguez
2024-10-30[rubygems/rubygems] Remove confusing documentationDavid Rodríguez
2024-10-30[rubygems/rubygems] Indent github workflow steps for generated gemsJerome Dalbert
2024-10-29Handle all formatting configs potentially being `nil`.Jean Boussier
2024-10-26Normalize lockfile platformsDavid Rodríguez
2024-10-25[ruby/rdoc] Remove details markers in HTML documentsNobuyoshi Nakada
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-24[rubygems/rubygems] [SpecFetcher] Change < to <= like it should be.Ellen Marie Dash
2024-10-24[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...Guilherme Carreiro
2024-10-23[ruby/rdoc] Red-based darkfish color schemeStan Lo
2024-10-23[rubygems/rubygems] [SpecFetcher] Avoid unneeded string allocation.Ellen Marie Dash
2024-10-23[rubygems/rubygems] [SpecFetcher] Bail before calling available_specs()Ellen Marie Dash
2024-10-23[rubygems/rubygems] Replace .map{...}.compact with .filter_map {...}Ellen Marie Dash