summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile/git_spec.rb
AgeCommit message (Expand)Author
2025-11-14[ruby/rubygems] Fix triple spacing when generating lockfileJimmy Lin
2025-10-15[rubygems/rubygems] Use `default_cache_path` helper for brevityDavid 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-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-19[rubygems/rubygems] Normalize Bundler version spec filtersDavid 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-03-24Revert "Fix broken CI. (#12963)"Hiroshi SHIBATA
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-01-20[rubygems/rubygems] Consistently assert command failureDavid 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-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-06[rubygems/rubygems] Reuse `git` helper when possibleDavid Rodriguez
2024-06-06[rubygems/rubygems] The `default_bundle_path` helper method already joins int...David Rodriguez
2024-05-24[rubygems/rubygems] Fix error messages to not mention cached gems when they w...David Rodríguez
2024-03-22[rubygems/rubygems] Fix incorrect `bundle update --bundler` messageDavid Rodriguez
2024-02-02[rubygems/rubygems] Add missing Windows jobDavid Rodriguez
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-10-03[rubygems/rubygems] 🚨 Rubocop LintingPeter Boling
2023-07-13[rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA
2023-02-21[rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez
2023-01-10Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-12-25Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez
2022-12-24Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-09Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-11-12Migrate our resolver engine to PubGrubHiroshi SHIBATA
2022-10-20Followed up CVE-2022-39253 for bundler examplesHiroshi SHIBATA
2022-07-27[rubygems/rubygems] Use main as default branch for Bundler specsDavid Rodríguez
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-06-26[rubygems/rubygems] Fix pending Bundler specsDavid Rodríguez
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2022-02-01Sync latest Bundler & RubyGemsDavid Rodríguez
2022-01-25[rubygems/rubygems] Remove unnecessary commentDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve errors a bit moreDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve resolver error messagesDavid Rodríguez
2021-10-30[rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez
2021-10-09[rubygems/rubygems] Keep different code in custom branch in dummy repoDavid Rodríguez
2021-07-27[rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2021-01-04Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA
2020-12-08Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA
2020-10-15Merge bundler-2.2.0.rc.2Hiroshi SHIBATA