summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
10 hours[ruby/rubygems] Potential fix for pull request findingAli Firas (thesmartshadow)
10 hours[ruby/rubygems] Prevent symlink-based escape during gem extractionthesmartshadow
11 hours[ruby/rubygems] Fix a bug that `Gem::YAMLSerializer.load` ignores quotationSutou Kouhei
9 days[ruby/rubygems] Remove pessimistic versioning in gem command outputJeremy Evans
12 days[ruby/rubygems] Close stdin immediately when using popen2eRandy Stauner
13 days[ruby/rubygems] Fall back to lockfile version when BUNDLE_VERSION is "lockfile"Hiroshi SHIBATA
13 days[ruby/rubygems] Change Gem::Version#approximate_recommendation to be optimisticJeremy Evans
13 days[ruby/rubygems] Read BUNDLE_VERSION env var in BundlerVersionFinderHiroshi SHIBATA
2026-05-07[ruby/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2026-04-24[ruby/rubygems] Honor --no-build-extension for git-sourced gemsHiroshi SHIBATA
2026-04-24[ruby/rubygems] Remove stale plugin wrappers even when --no-install-plugin is...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Skip load_plugin when --no-install-plugin is specifiedHiroshi SHIBATA
2026-04-24[ruby/rubygems] Add warnings with recovery instructions when skipping extensi...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Add --[no-]build-extension and --[no-]install-plugin options ...Hiroshi SHIBATA
2026-04-08[ruby/rubygems] Use distinct gemspec filenames in stub_with_version and stub_...copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix gemspec filename inconsistencies in stub_with_version and...copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix test_execute_allowed_push_host response message to match ...copilot-swe-agent[bot]
2026-04-02[ruby/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2026-04-02[ruby/rubygems] Handle empty result gracefully in gem pristine --only-missing...Hiroshi SHIBATA
2026-04-02[ruby/rubygems] Skip missing_extensions? check on JRubyHiroshi SHIBATA
2026-04-01[ruby/rubygems] Honor explicit --attestation option regardless of platform an...Hiroshi SHIBATA
2026-04-01[ruby/rubygems] Reverse to use attestation conditionHiroshi SHIBATA
2026-04-01[ruby/rubygems] Omit tests of auto-attestation with JRubyHiroshi SHIBATA
2026-04-01[ruby/rubygems] Use Tempfile for auto-attestation bundles and clean up after usecopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Remove raise from stub to rely on flag for test assertionscopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Add test coverage for skipping auto-attestationcopilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Added test for auto-attestationHiroshi SHIBATA
2026-03-26[ruby/rubygems] Better algorithm for sorting gem version:Edouard CHIN
2026-03-26[ruby/rubygems] Move SimpleCov setup before test-unit to fix at_exit orderingHiroshi SHIBATA
2026-03-26[ruby/rubygems] Skip flaky test_with_webauthn_enabled_failure on TruffleRuby ...Hiroshi SHIBATA
2026-03-26[ruby/rubygems] Register native extension files in default spec mapHiroshi SHIBATA
2026-03-25[ruby/rubygems] Fallback to copy symlinks on WindowsLars Kanis
2026-03-25[ruby/rubygems] Skip flaky test_with_webauthn_enabled_failure on TruffleRubyHiroshi SHIBATA
2026-03-20[ruby/rubygems] Introduce a fast for comparing Gem::Version:Edouard CHIN
2026-03-18[ruby/rubygems] Fix and improve tests for source URI trailing slash normaliza...Hiroshi SHIBATA
2026-03-18[ruby/rubygems] spec: Add missing bad uri test for prepend for gem sourcesMatthias Zirnstein
2026-03-18[ruby/rubygems] fix: Ensure trailing slash is added to source URIs added via ...Matthias Zirnstein
2026-03-17[ruby/rubygems] Fix NoMethodError in Gem.try_activate when activation conflic...Hiroshi SHIBATA
2026-03-17[ruby/rubygems] fix: include owner role in `gem owner`Garen J. Torikian
2026-03-17[ruby/rubygems] Refactor validate_tag! to enforce permitted_classes consisten...Hiroshi SHIBATA
2026-03-17[ruby/rubygems] Fix Bundler crashing when installing very old gems:Edouard CHIN
2026-03-16[ruby/rubygems] Disable coverage collection in ruby/ruby repositoryHiroshi SHIBATA
2026-03-16[ruby/rubygems] Always collect code coverage for rubygems testsHiroshi SHIBATA
2026-03-16[ruby/rubygems] Remove outdated which command isolation workaroundAndrii Furmanets
2026-03-16[ruby/rubygems] Fix which command test isolationAndrii Furmanets
2026-03-12[ruby/rubygems] Raise an error when building a gem that has a self reference:Edouard CHIN
2026-03-12[ruby/rubygems] Update load_yaml test helper to use safe_loadJohn Hawthorn
2026-03-12[ruby/rubygems] Unpend owner_command testJohn Hawthorn
2026-03-12[ruby/rubygems] Add test for !binary tag in sequence item inlinecopilot-swe-agent[bot]
2026-03-12[ruby/rubygems] Support YAML 1.1 !binary tag in YAMLSerializerlolwut