summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-20[ruby/logger] Bump up required ruby version to 2.5Hiroshi SHIBATA
2023-10-20[ruby/logger] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA
2023-10-20Sort gem namesHiroshi SHIBATA
2023-10-20racc is also extracted to bundled gemsHiroshi SHIBATA
2023-10-19[rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundlerSamuel Giddins
2023-10-19[rubygems/rubygems] Update vendored thor to v1.3.0Samuel Giddins
2023-10-19Don't add anonymous locals when ISEQ binary debug is onMatt Valentine-House
2023-10-19[ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_depe...Hiroshi SHIBATA
2023-10-19Don't need to refer SINCE constantHiroshi SHIBATA
2023-10-18[ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans
2023-10-18[ruby/prism] Bump to version 0.15.1Kevin Newton
2023-10-18[ruby/prism] Bump to version 0.15.0Kevin Newton
2023-10-18[ruby/prism] Fix lex compat when dedent should be 0Kevin Newton
2023-10-18[ruby/prism] Modify less of the CRuby localsKevin Newton
2023-10-18[ruby/prism] Add * and & to methods with ...Kevin Newton
2023-10-18[rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens
2023-10-18Tweak the grammarHiroshi SHIBATA
2023-10-18normalize gem name without .so or .bundleHiroshi SHIBATA
2023-10-18reject bundled gems if they are declared in GemfileHiroshi SHIBATA
2023-10-17[ruby/rdoc] Delay DidYouMean until NotFoundError#message is calledtompng
2023-10-16[ruby/prism] Attach magic comments to the parse resultKevin Newton
2023-10-16[ruby/prism] Avoid unnecessary delete_prefix in LibRubyParser.resolve_typeMau Magnaguagno
2023-10-16[rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez
2023-10-16[rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez
2023-10-16[rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez
2023-10-16[rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez
2023-10-16[rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez
2023-10-16[rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez
2023-10-16[rubygems/rubygems] [PathSupport] Simplify logic: If `Gem.default_dir` is wri...Ellen Marie Dash
2023-10-16[rubygems/rubygems] Remove outdated/incorrect comment.Ellen Marie Dash
2023-10-16[rubygems/rubygems] Rephrase "Defaulting to user installation" message.Ellen Marie Dash
2023-10-16Re-resolve when lockfile is invalidDavid Rodriguez
2023-10-15[rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins
2023-10-14[ruby/cgi] doc: fix method nameAlexandre ZANNI
2023-10-14[ruby/irb] Bump version to 1.8.3tomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-13[ruby/prism] Simplify DedentingHeredoc#to_aMau Magnaguagno
2023-10-13[ruby/prism] Bump version to 0.14.0Kevin Newton
2023-10-13[ruby/prism] Fix up PR failingsKevin Newton
2023-10-13Remove old unescaping codeKevin Newton
2023-10-13Ignore duplicated warning with native extensionHiroshi SHIBATA
2023-10-13Fix wrong gem nameHiroshi SHIBATA
2023-10-13Ignore warning on LoadError when running under BundlerHiroshi SHIBATA
2023-10-13Added recovery instructions for RubyGemsHiroshi SHIBATA
2023-10-13Surpressing double warningsHiroshi SHIBATA
2023-10-13Warn only LoadError without Bundler environmentHiroshi SHIBATA
2023-10-13Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA
2023-10-13Move path normalization into Gem from Bundler classHiroshi SHIBATA
2023-10-13Dont't handle inline GemfileHiroshi SHIBATA
2023-10-13Use Gem::BUNDLED_GEMS.warning? at Bundler.setupHiroshi SHIBATA