summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-09-24[rubygems/rubygems] Fix `bundler/inline` overwriting lockfilesDavid Rodríguez
2024-09-24[ruby/error_highlight] Fix error with prism when method given no argumentsLuke Gruber
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-24[rubygems/rubygems] Restore `gem_dir` as an instance variable accessorDavid Rodríguez
2024-09-24[rubygems/rubygems] Remove TODO I can't make much sense ofDavid Rodríguez
2024-09-24[ruby/error_highlight] Prism added node_id and Node#breadth_first_search in t...Adam Hess
2024-09-23[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...David Rodríguez
2024-09-23[rubygems/rubygems] Ensure refs directory in cached git sourceDaniel Colson
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-20[rubygems/rubygems] Don't try to install locked bundler when `--local` is passedDavid Rodríguez
2024-09-19Added missing block argHiroshi SHIBATA
2024-09-19[ruby/set] 2024Akinori MUSHA
2024-09-19[ruby/set] Reword the document for to_a and clarify the implementation notesAkinori MUSHA
2024-09-18[rubygems/rubygems] Add a note about when hack can be removedDavid Rodríguez
2024-09-18[rubygems/rubygems] Fix TODODavid Rodríguez
2024-09-18[rubygems/rubygems] Stop fighting with ourselvesDavid Rodríguez
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