summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-08-06[rubygems/rubygems] Added ability for changing deprecated version from only n...Hiroshi SHIBATA
2025-08-06[rubygems/rubygems] Removed compatibility.rb that file is for Ruby 1.9.Hiroshi SHIBATA
2025-08-04When reading from stdin, put a wrapper around the IO objectAaron Patterson
2025-08-03[ruby/optparse] Expand literal home paths onlyNobuyoshi Nakada
2025-08-01[ruby/prism] Match RubyParser behavior for -> lambda argsJustin Collins
2025-08-01[ruby/prism] RubyParser translation for stabby lambdas with `it`Justin Collins
2025-07-31Suppress maybe-uninitialized warningsNobuyoshi Nakada
2025-07-30[rubygems/rubygems] Remove unnecessary endless loop detectionDavid Rodríguez
2025-07-30[rubygems/rubygems] Bump vendored thor to 1.4.0David Rodríguez
2025-07-30[rubygems/rubygems] Fix truffleruby failing to install sorbet-static when the...David Rodríguez
2025-07-30[rubygems/rubygems] Remove JRuby workaroundDavid Rodríguez
2025-07-30[rubygems/rubygems] Remove out of date TODODavid Rodríguez
2025-07-29[ruby/prism] Do not use `0` to indicate the latest ruby version to parseEarlopain
2025-07-28[ruby/tsort] Add `changelog_uri` to gemspec metadataJason Garber
2025-07-28[ruby/shellwords] shellwords.gemspec: Avoid configuring exe/ directoryOlle Jonsson
2025-07-28(Temporarily?) delay path changes and global cache changesDavid Rodríguez
2025-07-27[ruby/English] Exclude unused files from gemNobuyoshi Nakada
2025-07-25[rubygems/rubygems] Document missing options from man pages:Edouard CHIN
2025-07-25[rubygems/rubygems] Fix spacing in bundle gem newgem.gemspec.ttMartin Emde
2025-07-22[rubygems/rubygems] Workaround RVM issue when using Bundler <= 2.5.22David Rodríguez
2025-07-19[ruby/fileutils] Make `ln_s` forward `target_directory` to `ln_sr`Nobuyoshi Nakada
2025-07-19[ruby/fileutils] A workaround for RBSNobuyoshi Nakada
2025-07-19[ruby/fileutils] A workaround for RBSNobuyoshi Nakada
2025-07-19[ruby/fileutils] Just the parent path of the destination symlink should existNobuyoshi Nakada
2025-07-19[ruby/fileutils] FileUtils.remove_dir checks directoryErik Berlin
2025-07-19[ruby/fileutils] Use shorter symlink by real pathsNobuyoshi Nakada
2025-07-19[ruby/fileutils] Fix up `FileUtils#ln_sr`Nobuyoshi Nakada
2025-07-18[ruby/fileutils] If `noop`, return before checking the argumentNobuyoshi Nakada
2025-07-18[ruby/fileutils] [DOC] Fix optional argument descriptionsAkihiko Odaki
2025-07-18[ruby/fileutils] Fix `ln_sf` with multiple sources and `target_directory: false`Nobuyoshi Nakada
2025-07-17Set development version to Bundler 2.8.0.dev and RubyGems 3.8.0.devDavid Rodríguez
2025-07-17Cancel `--force` deprecation in favor of `--redownload`David Rodríguez
2025-07-17[rubygems/rubygems] Restore treating "--" as an unknown platformDavid Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle binstub --path=foo` not printing a deprecatio...David Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle cache path=foo` not printing a deprecation me...David Rodríguez
2025-07-17[rubygems/rubygems] Remove unnecessary `flag_deprecation` methodDavid Rodríguez
2025-07-17[rubygems/rubygems] Refactor remembered flag deprecation logicDavid Rodríguez
2025-07-15[ruby/erb] Version 5.0.2Takashi Kokubun
2025-07-15Make Pathname#mkpath builtinJean Boussier
2025-07-15Move builtin methods to pathname.rbinc from lib/pathname.rbHiroshi SHIBATA
2025-07-15Make Pathname to embedded classHiroshi SHIBATA
2025-07-14[ruby/uri] [DOC] Update old use of `URI::Parser`Nobuyoshi Nakada
2025-07-14[ruby/uri] [DOC] Document private visibility tooNobuyoshi Nakada
2025-07-14[ruby/uri] [DOC] Fix referencesNobuyoshi Nakada
2025-07-14[rubygems/rubygems] Fix more warnings when running old Bundler with latest Ru...David Rodríguez
2025-07-14[rubygems/rubygems] Avoid more warnings when using RubyGems with old BundlerDavid Rodríguez
2025-07-14[rubygems/rubygems] Change helper to load only Bundler extensions to RubyGemsDavid Rodríguez
2025-07-14[rubygems/rubygems] Move loading Bundler without platform warnings to a methodDavid Rodríguez
2025-07-14[rubygems/rubygems] No need to detect ancient binstubs eitherDavid Rodríguez
2025-07-14[rubygems/rubygems] Improve some heredoc indentationsDavid Rodríguez