summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile
AgeCommit message (Expand)Author
2025-12-23Merge RubyGems 4.0.3 and Bundler 4.0.3Hiroshi SHIBATA
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes
2025-11-14[ruby/rubygems] Fix triple spacing when generating lockfileJimmy Lin
2025-11-10[ruby/rubygems] Hide patchlevel from lockfileHiroshi SHIBATA
2025-11-07[ruby/rubygems] Replace Pathname#rmtree to FileUtils.rm_rf directlyHiroshi SHIBATA
2025-10-15[rubygems/rubygems] Use `default_cache_path` helper for brevityDavid Rodríguez
2025-10-09[rubygems/rubygems] Removed obsoleted exampleHiroshi SHIBATA
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-08-18[rubygems/rubygems] Enforce checksums strictly for registry gemsDavid Rodríguez
2025-08-18[rubygems/rubygems] Refactor git specsDavid Rodríguez
2025-08-18[rubygems/rubygems] Remove unnecessary rubygems filtersDavid Rodríguez
2025-07-30[rubygems/rubygems] Fix truffleruby failing to install sorbet-static when the...David Rodríguez
2025-07-25[rubygems/rubygems] Build bundler gem just once for specsDavid Rodríguez
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-25[rubygems/rubygems] Remove unnecessary loading of fileutils from path specsDavid Rodríguez
2025-06-25[rubygems/rubygems] Remove message long gone from the code base from expectat...David Rodríguez
2025-06-19Skip to Bundler 4 directlyDavid Rodríguez
2025-06-19[rubygems/rubygems] Normalize Bundler version spec filtersDavid Rodríguez
2025-06-19[rubygems/rubygems] Never ignore gems from path sources during activationDavid Rodríguez
2025-06-06[rubygems/rubygems] Extract stdboth spec helperDavid Rodríguez
2025-06-05[rubygems/rubygems] Fix git source unlocking for multi-gem repositories like ...David Rodríguez
2025-06-03[rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc...Nicholas La Roux
2025-03-31[rubygems/rubygems] Allow ruby platform to be remove also when dependencies h...David Rodríguez
2025-03-24Revert "Fix broken CI. (#12963)"Hiroshi SHIBATA
2025-03-24[rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are mi...David Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-23Fix broken CI. (#12963)Samuel Williams
2025-03-12[rubygems/rubygems] Prefer `FileUtils.rm_r` to `FileUtils.rm_rf` for specsDavid Rodríguez
2025-03-12[rubygems/rubygems] Refactor specs to not try to remove folders that don't existDavid Rodríguez
2025-02-18[rubygems/rubygems] Add intermediate assertion to spec to help debuggingDavid Rodríguez
2025-02-14[rubygems/rubygems] Use preferred `:windows` value for Windows exclusivelyDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-28[rubygems/rubygems] Refactor specs to use platform strings directlyDavid Rodríguez
2025-01-20[rubygems/rubygems] Consistently assert command failureDavid Rodríguez
2025-01-14[rubygems/rubygems] Don't remove platform specific variants from the lockfile...David Rodríguez
2024-11-08[rubygems/rubygems] Warn on insecure materializationDavid Rodríguez
2024-11-08[rubygems/rubygems] Fix typoDavid Rodríguez
2024-11-08[rubygems/rubygems] Simplify tests that deal with lockfile using only "ruby" ...David Rodríguez
2024-11-08[rubygems/rubygems] Make sure platforms in spec lockfile are properly sortedDavid Rodríguez
2024-11-06[rubygems/rubygems] Add missing spec for materializing lockfiles with only "r...David Rodríguez
2024-11-06[rubygems/rubygems] Fix some JRuby warnings when using `bundler/setup` with R...David Rodríguez
2024-10-04[rubygems/rubygems] Remove outdated conditionals from testsSamuel Giddins
2024-09-26[rubygems/rubygems] Get specs to run on JRuby and make them passDavid Rodríguez
2024-09-04[rubygems/rubygems] Load gemspecs in the context of its parent also when usin...David Rodríguez
2024-08-30[rubygems/rubygems] Don't blow up when explicit version is removed from some ...David Rodríguez
2024-08-05[rubygems/rubygems] Fix locked source not getting respected when `bundle upda...David Rodríguez