summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
AgeCommit message (Expand)Author
2025-05-22Merge RubyGems-3.6.9 and Bundler-2.6.9Hiroshi SHIBATA
2025-05-22Merge RubyGems-3.6.8 and Bundler-2.6.8Hiroshi SHIBATA
2025-04-08Merge RubyGems-3.6.7 and Bundler-2.6.7Hiroshi SHIBATA
2025-04-08Merge RubyGems-3.6.6 and Bundler-2.6.6Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.5 and Bundler-2.6.5Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.4 and Bundler-2.6.4Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.3 and Bundler-2.6.3Hiroshi SHIBATA
2024-12-24Merge RubyGems-3.6.2 and Bundler-2.6.2David Rodríguez
2024-12-18Bump Rubygems version to 3.6.1David Rodríguez
2024-12-17Bump Rubygems version to 3.6.0David Rodríguez
2024-12-15[rubygems/rubygems] Fix broken link to license fileStan Lo
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-10-23[rubygems/rubygems] Improve Bundler errors when trying to install to a protec...David Rodríguez
2024-10-22[rubygems/rubygems] Remove patches for old TruffleRuby versionsDavid Rodríguez
2024-10-11[rubygems/rubygems] Fix `gem install` on NFS sharesDavid 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-06[rubygems/rubygems] Workaround for TruffleRubyNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Remove the lock file for binstubsNobuyoshi Nakada
2024-09-02[rubygems/rubygems] Simplify `Gem.read_binary` and `Gem.write_binary`Nobuyoshi Nakada
2024-09-02[rubygems/rubygems] Avoid another race condition of open modeNobuyoshi Nakada
2024-07-08[rubygems/rubygems] Properly protect writing binstubs with a file lockDavid Rodríguez
2024-07-08[rubygems/rubygems] Scope rescuing `Errno::ENOLCK` to just `File.open`David Rodríguez
2024-07-08[rubygems/rubygems] Add missing blank line after method documentationDavid Rodríguez
2024-06-28[rubygems/rubygems] Protect binstub access during creation with a flockDavid Rodríguez
2024-06-28[rubygems/rubygems] Move flock logic to its own methodDavid Rodríguez
2024-06-28[rubygems/rubygems] More compact `open_file` fallback on WindowsDavid Rodríguez
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ...Yuta Saito
2024-05-16[rubygems/rubygems] Add a FreeBSD platform helperDavid Rodriguez
2024-01-22Reapply "[rubygems/rubygems] Fix activation conflicts when circularly requiri...Hiroshi SHIBATA
2024-01-19Revert "[rubygems/rubygems] Fix activation conflicts when circularly requirin...Hiroshi SHIBATA
2024-01-19[rubygems/rubygems] Fix activation conflicts when circularly requiring a gemDavid Rodríguez
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantReturnHiroshi SHIBATA
2023-12-25Merge RubyGems-3.6.0.dev and Bundler-2.6.0.dev from master branchHiroshi SHIBATA
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-16Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1Hiroshi SHIBATA
2023-12-08[rubygems/rubygems] Upstream RubyGems changes from TruffleRubyBenoit Daloze
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-11-13[rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-10-03[rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables ...Josef Šimánek
2023-09-20[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins
2023-04-11util/rubocop -A --only Style/NumericLiteralPrefixHiroshi SHIBATA
2023-04-07[rubygems/rubygems] util/rubocop -A --only Style/FormatStringHiroshi SHIBATA
2023-04-04[rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatchHiroshi SHIBATA
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-23[rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Lint/RescueExceptionHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/RedundantSelfHiroshi SHIBATA