summaryrefslogtreecommitdiff
path: root/spec/bundler
AgeCommit message (Expand)Author
2025-06-11[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-06[rubygems/rubygems] Ignore local specifications if they have incorrect depend...David 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] Improve more exec specs to avoid swallowing errorsDavid Rodríguez
2025-06-06[rubygems/rubygems] Improve `bundle exec` with default gems specsDavid Rodríguez
2025-06-06[rubygems/rubygems] Extract stdboth spec helperDavid Rodríguez
2025-06-06[rubygems/rubygems] Cache commit SHA ref revisionsThomas Marshall
2025-06-06[rubygems/rubygems] Add tests for GitProxy#checkoutThomas Marshall
2025-06-05[rubygems/rubygems] Fix git source unlocking for multi-gem repositories like ...David Rodríguez
2025-06-05[rubygems/rubygems] Fix `bundle update --bundler` when restarts disabledDavid Rodríguez
2025-06-05[rubygems/rubygems] Look in configured path when checking if self-update vers...David Rodríguez
2025-06-05[rubygems/rubygems] Make update specs independent from version of BundlerDavid Rodríguez
2025-06-05[rubygems/rubygems] Make self management specs independent from version of Bu...David Rodríguez
2025-06-05[rubygems/rubygems] Compare major version onlyDavid Rodríguez
2025-06-05[rubygems/rubygems] Remove dead spec helpersDavid Rodríguez
2025-06-05[rubygems/rubygems] Reduce duplication a bitDavid Rodríguez
2025-06-05[rubygems/rubygems] Deprecate x64-mingw32 legacy Windows platform in favor of...Nicholas La Roux
2025-06-05[rubygems/rubygems] Reset variables that can cause specs to fail if setDavid Rodríguez
2025-06-03Remove hardcoded version of rake from Bundler testsDavid Rodríguez
2025-06-03[rubygems/rubygems] Follow coding styleTangRufus
2025-06-03[rubygems/rubygems] Test `bin/` is included in the ignore listTangRufus
2025-06-03[rubygems/rubygems] Only ignore `.gitignore` when generating gems with gitTangRufus
2025-06-03[rubygems/rubygems] Ignore `Gemfile`, `gems.rb` & `gems.locked` according to ...TangRufus
2025-06-03[rubygems/rubygems] Extract `ignore_paths` helper methodTangRufus
2025-06-03[rubygems/rubygems] Only ignore `test/` when generating gems with `minitest` ...TangRufus
2025-06-03[rubygems/rubygems] Test it does not add any CI config files into ignore list...TangRufus
2025-06-03[rubygems/rubygems] Extract `before` blocksTangRufus
2025-06-03[rubygems/rubygems] Suffix `.circleci` with `/` in `spec.files` in the `.gems...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.github` with `/` in `spec.files` in the `.gemspe...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rspec` from `spec.files` in the `.gemspec` temp...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rubocop.yml` and `.standard.yml` from `spec.fil...TangRufus
2025-06-03[rubygems/rubygems] Refactor `spec.files` ignore list generationTangRufus
2025-06-03[rubygems/rubygems] Fix English grammarTangRufus
2025-06-03[rubygems/rubygems] Moved the REMEMBERING OPTIONS section to be after CONFIGU...Matthew Hively
2025-06-03[rubygems/rubygems] Remove unnecessary duplicate x64-mingw-ucrt entryNicholas La Roux
2025-06-03[rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc...Nicholas La Roux
2025-05-31Update rake version in bundler testsNobuyoshi Nakada
2025-05-31Update rake version in lock filesNobuyoshi Nakada
2025-05-31Update bundled gems list as of 2025-05-31git
2025-05-31rake 13.3.0 -> 13.2.1Koichi Sasada
2025-05-30Update bundled gems list as of 2025-05-30git
2025-05-29Initialize `gems` tmp when initializing bundled_gems_spec suiteDavid Rodríguez
2025-05-28[rubygems/rubygems] Fix example name typoTang Rufus
2025-05-26[rubygems/rubygems] Bump required_ruby_version to 3.2Samuel Giddins
2025-05-19[rubygems/rubygems] Fix test warnings introduced by recent CGI changesDavid Rodríguez
2025-05-19Rename a couple of spec filesDavid Rodríguez
2025-05-19[rubygems/rubygems] Test JRuby 10David Rodríguez
2025-05-19[rubygems/rubygems] Normalize platforms in warbler lockfileDavid Rodríguez
2025-05-19[rubygems/rubygems] Fix typo "shippped" => "shipped"Vít Ondruch