summaryrefslogtreecommitdiff
path: root/spec/bundler/support
AgeCommit message (Expand)Author
2025-12-23Merge RubyGems 4.0.3 and Bundler 4.0.3Hiroshi SHIBATA
2025-12-04[ruby/rubygems] Add before(:context) hook to warn when spec files are not ass...Hiroshi SHIBATA
2025-12-04[ruby/rubygems] Try to split and run three runners for WindowsHiroshi SHIBATA
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes
2025-11-14[ruby/rubygems] Suppress gem build message of bundler like this:Hiroshi SHIBATA
2025-11-13[ruby/rubygems] We don't need to allow some warning because:David Rodríguez
2025-11-12[ruby/rubygems] Shell out fewer timesAaron Patterson
2025-11-11Support out-of-place build in ruby/ruby repoHiroshi SHIBATA
2025-11-11[ruby/rubygems] Use Spec::Path.relative_gemspecHiroshi SHIBATA
2025-11-11[ruby/rubygems] build gems directly instead of shelling outAaron Patterson
2025-11-07[ruby/rubygems] Restore pathname for rake dev:depsHiroshi SHIBATA
2025-11-07[ruby/rubygems] Replace Pathname#rmtree to FileUtils.rm_rf directlyHiroshi SHIBATA
2025-11-07[ruby/rubygems] Removed unnecessary loading of pathnameHiroshi SHIBATA
2025-10-28[ruby/rubygems] Simulate default gems manuallyHiroshi SHIBATA
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-03[rubygems/rubygems] Improve `deprecations` helperDavid Rodríguez
2025-07-28(Temporarily?) delay path changes and global cache changesDavid Rodríguez
2025-07-28[rubygems/rubygems] Remove unnecessary branchingDavid Rodríguez
2025-07-25[rubygems/rubygems] Fix language quality spec no longer getting run properlyDavid Rodríguez
2025-07-25[rubygems/rubygems] Fix man tracked files glob for ruby-coreDavid Rodríguez
2025-07-25[rubygems/rubygems] Don't create an empty `tmp/2.1` directory when running sp...David Rodríguez
2025-07-25[rubygems/rubygems] Build bundler gem just once for specsDavid Rodríguez
2025-07-25[rubygems/rubygems] Don't create an empty bundled_app when setting up depsDavid Rodríguez
2025-07-25[rubygems/rubygems] Fix some specs running the wrong rakeDavid Rodríguez
2025-07-25[rubygems/rubygems] Remove unused parameterDavid Rodríguez
2025-07-22[rubygems/rubygems] Define dummy module for mise pluginHiroshi SHIBATA
2025-07-14[rubygems/rubygems] Reset tmp directories before spec suiteDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove `default_install_uses_path` settingDavid Rodríguez
2025-07-03Sync RubyGemsDavid Rodríguez
2025-07-02[rubygems/rubygems] Migrate all remaining specs to run offlineDavid Rodríguez
2025-07-02[rubygems/rubygems] Migrate `bundle viz` specs to run offlineDavid Rodríguez
2025-07-02[rubygems/rubygems] Simpler glob to find path to rakeDavid Rodríguez
2025-07-02[rubygems/rubygems] Rename some helpers to avoid name classesDavid Rodríguez
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-30Rewrite specs to not start local dev serversDavid Rodríguez
2025-06-26[rubygems/rubygems] Simulate Bundler 4 in a better wayDavid Rodríguez
2025-06-24[rubygems/rubygems] Remove no longer necessary workarounds for restartsDavid Rodríguez
2025-06-24[rubygems/rubygems] Use ENV consistently over CLI flags for specsDavid Rodríguez
2025-06-24[rubygems/rubygems] Helper for hax fileDavid Rodríguez
2025-06-24[rubygems/rubygems] `bundle exec` does not need artifice in generalDavid Rodríguez
2025-06-23[rubygems/rubygems] Fix flaky test failures in mirror probing specsDavid Rodríguez
2025-06-19Skip to Bundler 4 directlyDavid Rodríguez
2025-06-19[rubygems/rubygems] Allow enabling "Bundler 3 mode" more easilyDavid Rodríguez
2025-06-06Move most of Bundler::GemHelpers to Gem::PlatformSamuel Giddins
2025-06-06[rubygems/rubygems] Tweak to spec setup so that `rspec` instead of our `bin/r...David Rodríguez
2025-06-06[rubygems/rubygems] Extract stdboth spec helperDavid Rodríguez
2025-06-03Remove hardcoded version of rake from Bundler testsDavid Rodríguez
2025-06-03[rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc...Nicholas La Roux
2025-05-31Update bundled gems list as of 2025-05-31git
2025-05-31rake 13.3.0 -> 13.2.1Koichi Sasada