aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Disabled Style/HashSyntax for keyword argumentsHiroshi SHIBATA2023-10-231-1/+1
* [rubygems/rubygems] Restore using old way of passing Ruby version to resolverDavid Rodríguez2023-10-232-2/+2
* [rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde2023-10-231-14/+19
* [rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde2023-10-2312-164/+264
* [rubygems/rubygems] rename Index#== to Index#subset?Martin Emde2023-10-232-4/+2
* [rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde2023-10-238-270/+141
* [rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins2023-10-2315-162/+341
* [rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard2023-10-2311-80/+152
* [rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah2023-10-237-1/+118
* [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