summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
AgeCommit message (Expand)Author
2025-04-08Merge RubyGems-3.6.7 and Bundler-2.6.7Hiroshi 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
2024-12-17[rubygems/rubygems] Fix missing `Gem::Uri.redact` on some Ruby 3.1 versionsDavid Rodríguez
2024-11-28[rubygems/rubygems] Test with Ruby 3.4David Rodríguez
2024-11-08[rubygems/rubygems] Warn on insecure materializationDavid Rodríguez
2024-11-08[rubygems/rubygems] Cleaner extension of `Gem::Specification` to be able to s...David Rodríguez
2024-11-08[rubygems/rubygems] Remove accessor that's been unused for yearsDavid Rodríguez
2024-11-04[rubygems/rubygems] Fix incompatible encodings errorDavid Rodríguez
2024-10-22[rubygems/rubygems] Remove patches for old TruffleRuby versionsDavid Rodríguez
2024-10-14[rubygems/rubygems] Prevent some test suite warnings about missing extensionsDavid Rodríguez
2024-10-11[rubygems/rubygems] Fix `gem install` on NFS sharesDavid Rodríguez
2024-10-10[rubygems/rubygems] Fix specs with missing extensions getting activatedDavid Rodríguez
2024-10-09[rubygems/rubygems] Fix `Gem::Specification#gem_dir` losing custom source for...David Rodríguez
2024-10-04[rubygems/rubygems] Remove CorrectHashForLambdaOperator monkey patchSamuel Giddins
2024-09-18[rubygems/rubygems] Stop fighting with ourselvesDavid 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-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-08-05Fix truffleruby removing gems from lockfileDavid Rodríguez
2024-07-23[rubygems/rubygems] Explicitly encode Gem::Dependency to yamlSamuel Giddins
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-08[rubygems/rubygems] Fix wrong version is commentDavid Rodríguez
2024-07-08[rubygems/rubygems] Backport binstub race condition fix to BundlerDavid Rodríguez
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-05-16[rubygems/rubygems] Use RubyGems freebsd helperDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't load `SharedHelpers` unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't depend on Pathname unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Require things right before they're neededDavid Rodriguez
2024-04-29[rubygems/rubygems] Show better error when installed gemspecs are unreadableDavid Rodríguez
2024-02-08[rubygems/rubygems] Removed unnecessary disabling of Style/RedundantParenthesesHiroshi SHIBATA
2024-01-11[rubygems/rubygems] Disable false positive correctionHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
2023-12-14[rubygems/rubygems] This patch should be no longer neededDavid Rodríguez
2023-12-12Sync with upstream rubygems (#9206)David Rodríguez
2023-12-12[rubygems/rubygems] Revert missing extensions patchDavid Rodríguez
2023-12-11[rubygems/rubygems] Override initialize in bundle rubygems_ext for NameTupleMartin Emde
2023-12-08[rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-11-13[rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez
2023-11-08[rubygems/rubygems] Ensure we are using the same extension dirHan Young
2023-11-08[rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez
2023-10-23[rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde
2023-07-25[rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added warnings targets for old version of RubyHiroshi SHIBATA
2023-07-25[rubygems/rubygems] Added Ruby version for bundled gems to warningsHiroshi SHIBATA
2023-07-25[rubygems/rubygems] make bundled gemst list as constant under Gem namespaceHiroshi SHIBATA