summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-09-17[ruby/uri] Fix spelling of "cannot"David Rodríguez
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-17[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...David Rodríguez
2024-09-17[rubygems/rubygems] Inline a private methodDavid Rodríguez
2024-09-17[rubygems/rubygems] Consistently access install options through symbol keysDavid Rodríguez
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-09-16[ruby/irb] Use InstructionSequence#script_lines to get method sourcetomoya ishida
2024-09-16[rubygems/rubygems] Simplify handling default gem cachingDavid Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-16[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...David Rodríguez
2024-09-13[ruby/prism] Expose main_script in serialization APIKevin Newton
2024-09-13Dont't warn reline called from irb, reline is already declared at irb gemspecHiroshi SHIBATA
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
2024-09-12[ruby/irb] Remove KEYWORD_ALIASES which handled special alias nametomoya ishida
2024-09-11[rubygems/rubygems] Small simplification in Definition classDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-11[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...David Rodríguez
2024-09-11[rubygems/rubygems] Don't rescue Exception when evaluating GemfileDavid Rodríguez
2024-09-11[rubygems/rubygems] Refactor setting current gemfile in DSLDavid Rodríguez
2024-09-11[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...David Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-10[ruby/tmpdir] Reject empty parent pathNobuyoshi Nakada
2024-09-10[ruby/resolv] Add spec extensionsNobuyoshi Nakada
2024-09-10[rubygems/rubygems] Removed duplicated dependencies that used by bundler inlineHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Retry resolution with activated gems if inline has conflictsDavid Rodríguez
2024-09-10[rubygems/rubygems] Remove unnecessary verificationDavid Rodríguez
2024-09-10[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline modeDavid Rodríguez
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-09[rubygems/rubygems] Don't include hook templates in cached git sourceDaniel Colson
2024-09-09[rubygems/rubygems] Avoid now unnecessary resetDavid Rodríguez
2024-09-09[rubygems/rubygems] Make `gem exec` use the standard GEM_HOMEDavid Rodríguez
2024-09-09[rubygems/rubygems] Fix `gem fetch` always exiting with zero status codeDavid Rodríguez
2024-09-08[ruby/benchmark] Set required_ruby_version = ">= 2.1.0"Earlopain
2024-09-08[ruby/open-uri] Update error message for `request_specific_fields` option val...otegami
2024-09-08[ruby/open-uri] Add documentation for `request_specific_fields` optionotegami
2024-09-08[ruby/open-uri] Add `request_specific_fields` option for customizing headersotegami
2024-09-08[ruby/rdoc] Use pointer cursor for navigation toggleMads Ohm Larsen
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-06[ruby/rdoc] Add more space after magnifying glassMads Ohm Larsen
2024-09-06[rubygems/rubygems] Remove unnecessary "./" when appending string to uriDavid Rodríguez
2024-09-06[rubygems/rubygems] Fix `gem install does-not-exist` being super slowDavid Rodríguez
2024-09-06[rubygems/rubygems] Deprecate constant that has been unused for a long timeDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove incorrect documentationDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove unreachable codeDavid Rodríguez
2024-09-06[rubygems/rubygems] Ensure that the lock file will be removedNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Workaround for TruffleRubyNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Remove the lock file for binstubsNobuyoshi Nakada
2024-09-06Merge GH-11492Hiroshi SHIBATA
2024-09-06Warn irb, reline for Ruby 3.5Hiroshi SHIBATA
2024-09-06[ruby/time] Bump up v0.4.0Hiroshi SHIBATA