summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
2023-12-12[ruby/securerandom] [DOC] Satisfy RDoc coverageNobuyoshi Nakada
2023-12-12[ruby/securerandom] [DOC] Add documents of methods and constantsNobuyoshi Nakada
2023-12-12[ruby/securerandom] [DOC] Improve the document about reproducibility of uuid_v7Yusuke Endoh
2023-12-12[rubygems/rubygems] Ensure that the lockfile mtime is not altered on frozen i...Martin Emde
2023-12-12[rubygems/rubygems] Allow bundle pristine to run in parallelSamuel Giddins
2023-12-12[rubygems/rubygems] Refactor: Wrap filesystem accessFranz Liedke
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-12[rubygems/rubygems] bundle lock: Always touch the lockfileFranz Liedke
2023-12-12[rubygems/rubygems] Remove doc not adding much valueDavid Rodríguez
2023-12-12[rubygems/rubygems] Improve enabling bundled gems warningsDavid Rodríguez
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-12-12[rubygems/rubygems] Make the "auto-user-install" logic easier to followVít Ondruch
2023-12-12[rubygems/rubygems] Fix installing from source when same bundler version alre...David Rodríguez
2023-12-12[rubygems/rubygems] Extract some common strings to variablesDavid Rodríguez
2023-12-12[rubygems/rubygems] Revert missing extensions patchDavid Rodríguez
2023-12-11[rubygems/rubygems] Fewer allocations in gem installationSamuel Giddins
2023-12-11[rubygems/rubygems] Override initialize in bundle rubygems_ext for NameTupleMartin Emde
2023-12-11[rubygems/rubygems] Stream output from ext builds when --verboseDaisuke Aritomo
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-09[ruby/error_highlight] Bump versionYusuke Endoh
2023-12-08[rubygems/rubygems] Upstream RubyGems changes from TruffleRubyBenoit Daloze
2023-12-08[ruby/syntax_suggest] v2.0.0Schneems
2023-12-08[ruby/set] Bump version to 1.0.4Akinori MUSHA
2023-12-08Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA
2023-12-08[rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez
2023-12-08[rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez
2023-12-08[rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen...David Rodríguez
2023-12-08Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA
2023-12-08Improve bundled gems warnings for subfeaturesDavid Rodríguez
2023-12-08Improve bundled gem warningsDavid Rodríguez
2023-12-08The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez
2023-12-08[rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins
2023-12-08[rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde
2023-12-08[rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07[ruby/irb] Debugging command warning should not be specific to theStan Lo
2023-12-07[ruby/prism] Remove warnings check from parse_success? methodKevin Newton
2023-12-07[ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA
2023-12-07[ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane
2023-12-07[ruby/open-uri] Add :max_redirects optionAndrew Kane
2023-12-07[rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash
2023-12-07[rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez
2023-12-07[rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch
2023-12-07Move replace_require into bundled_gems.rbHiroshi SHIBATA
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller