aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde2023-10-211-6/+4
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-212-127/+115
* [ruby/logger] Bump up required ruby version to 2.5Hiroshi SHIBATA2023-10-201-1/+1
* [ruby/logger] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2023-10-201-4/+0
* Sort gem namesHiroshi SHIBATA2023-10-201-8/+8
* racc is also extracted to bundled gemsHiroshi SHIBATA2023-10-201-0/+1
* [rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundlerSamuel Giddins2023-10-191-2/+1
* [rubygems/rubygems] Update vendored thor to v1.3.0Samuel Giddins2023-10-1930-359/+823
* Don't add anonymous locals when ISEQ binary debug is onMatt Valentine-House2023-10-191-4/+6
* [ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA2023-10-191-4/+0
* Don't need to refer SINCE constantHiroshi SHIBATA2023-10-191-1/+1
* [ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans2023-10-181-0/+10
* [ruby/prism] Bump to version 0.15.1Kevin Newton2023-10-181-1/+1
* [ruby/prism] Bump to version 0.15.0Kevin Newton2023-10-181-1/+1
* [ruby/prism] Fix lex compat when dedent should be 0Kevin Newton2023-10-181-1/+8
* [ruby/prism] Modify less of the CRuby localsKevin Newton2023-10-181-20/+31
* [ruby/prism] Add * and & to methods with ...Kevin Newton2023-10-181-7/+0
* [rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens2023-10-181-4/+4
* Tweak the grammarHiroshi SHIBATA2023-10-181-2/+2
* normalize gem name without .so or .bundleHiroshi SHIBATA2023-10-181-1/+1
* reject bundled gems if they are declared in GemfileHiroshi SHIBATA2023-10-182-2/+3
* [ruby/rdoc] Delay DidYouMean until NotFoundError#message is calledtompng2023-10-171-8/+9
* [ruby/prism] Attach magic comments to the parse resultKevin Newton2023-10-163-7/+34
* [ruby/prism] Avoid unnecessary delete_prefix in LibRubyParser.resolve_typeMau Magnaguagno2023-10-161-2/+2
* [rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez2023-10-162-2/+21
* [rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez2023-10-162-11/+13
* [rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez2023-10-161-4/+10
* [rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez2023-10-161-4/+4
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-161-23/+26
* [rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez2023-10-161-1/+1
* [rubygems/rubygems] [PathSupport] Simplify logic: If `Gem.default_dir` is wri...Ellen Marie Dash2023-10-161-5/+2
* [rubygems/rubygems] Remove outdated/incorrect comment.Ellen Marie Dash2023-10-161-4/+0
* [rubygems/rubygems] Rephrase "Defaulting to user installation" message.Ellen Marie Dash2023-10-161-1/+1
* Re-resolve when lockfile is invalidDavid Rodriguez2023-10-162-37/+26
* [rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins2023-10-151-0/+1
* [ruby/cgi] doc: fix method nameAlexandre ZANNI2023-10-141-2/+2
* [ruby/irb] Bump version to 1.8.3tomoya ishida2023-10-141-2/+2
* [ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida2023-10-141-0/+16
* [ruby/prism] Simplify DedentingHeredoc#to_aMau Magnaguagno2023-10-131-8/+1
* [ruby/prism] Bump version to 0.14.0Kevin Newton2023-10-131-1/+1
* [ruby/prism] Fix up PR failingsKevin Newton2023-10-131-7/+41
* Remove old unescaping codeKevin Newton2023-10-131-2/+0
* Ignore duplicated warning with native extensionHiroshi SHIBATA2023-10-131-2/+2
* Fix wrong gem nameHiroshi SHIBATA2023-10-131-1/+1
* Ignore warning on LoadError when running under BundlerHiroshi SHIBATA2023-10-131-1/+1
* Added recovery instructions for RubyGemsHiroshi SHIBATA2023-10-131-0/+2
* Surpressing double warningsHiroshi SHIBATA2023-10-131-1/+1
* Warn only LoadError without Bundler environmentHiroshi SHIBATA2023-10-131-13/+17
* Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA2023-10-132-14/+20
* Move path normalization into Gem from Bundler classHiroshi SHIBATA2023-10-132-4/+3