summaryrefslogtreecommitdiff
path: root/spec/bundler/cache
AgeCommit message (Expand)Author
2025-04-08Merge RubyGems-3.6.6 and Bundler-2.6.6Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.4 and Bundler-2.6.4Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.3 and Bundler-2.6.3Hiroshi SHIBATA
2024-11-29[rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 cachesDavid Rodríguez
2024-11-29[rubygems/rubygems] Restore previous application cache format for git sourcesDavid Rodríguez
2024-09-30[rubygems/rubygems] I _think_ this workaround is no longer necessaryDavid Rodríguez
2024-09-23[rubygems/rubygems] Ensure refs directory in cached git sourceDaniel Colson
2024-09-17[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...David Rodríguez
2024-09-17[rubygems/rubygems] Improve specDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spec to setup a default gem correctlyDavid Rodríguez
2024-09-16Complete specDavid Rodríguez
2024-09-09[rubygems/rubygems] Don't include hook templates in cached git sourceDaniel Colson
2024-08-26bundle install with git repo needs to be run under the git environmentHiroshi SHIBATA
2024-08-21[rubygems/rubygems] Regeneration previous git application caches that didn't ...David Rodríguez
2024-07-31[rubygems/rubygems] Remove some `file_uri_for` callsDavid Rodríguez
2024-07-26[rubygems/rubygems] Make all tests still pass when switching from truffleruby...David Rodríguez
2024-07-23[rubygems/rubygems] Keep only the bare clone in the per app cacheDavid Rodríguez
2024-07-23[rubygems/rubygems] Don't serialize gemspec in the cache locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop removing the `.git` folder from cached git gemsDavid Rodríguez
2024-07-23[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfilesDavid Rodríguez
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-06[rubygems/rubygems] Reuse `git` helper when possibleDavid Rodriguez
2024-05-29[rubygems/rubygems] Improve default gem handling by treating default gems as ...David Rodríguez
2023-12-14[rubygems/rubygems] Revert "Improve default gem handling"David Rodríguez
2023-12-13[rubygems/rubygems] Improve default gem handlingDavid Rodríguez
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-10-23[rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-03-07[rubygems/rubygems] Respect --no-install option for git: sourcesJulie Haehn
2022-12-09Merge RubyGems/Bundler masterHiroshi 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-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2021-10-13[rubygems/rubygems] Use correct way to detect default gemsDavid 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
2020-12-08Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA
2020-10-15Merge bundler-2.2.0.rc.2Hiroshi SHIBATA
2020-07-15[rubygems/rubygems] Remove unneeded trailing conditions on exitstatusDavid Rodríguez
2020-06-18[rubygems/rubygems] s/run!/runDavid Rodríguez
2020-06-18[rubygems/rubygems] s/install_gemfile!/install_gemfileDavid Rodríguez
2020-06-18[rubygems/rubygems] s/bundle!/bundleDavid Rodríguez
2020-06-18[rubygems/rubygems] Make helpers raise by defaultDavid Rodríguez
2020-06-18[rubygems/rubygems] Fix silently broken specDavid Rodríguez
2020-06-18[rubygems/rubygems] Migrate some specs to use "the new way"David Rodríguez
2020-05-13Update the bundler version with master branchHiroshi SHIBATA
2019-11-11Merge Bundler 2.1.0.pre.3Hiroshi SHIBATA
2019-09-18[bundler/bundler] Add a spec for installing git deps after packaging w/o gitSamuel Giddins