summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-06-18Exclude internal frames from backtraceYusuke Endoh
2025-06-17[rubygems/rubygems] Etc exemption on Windows is no longer necessaryDavid Rodríguez
2025-06-17[rubygems/rubygems] Reword a couple of specs to further clarify themDavid Rodríguez
2025-06-17[rubygems/rubygems] Migrate mirror probe specs to use the compact index APIDavid Rodríguez
2025-06-17[rubygems/rubygems] Consistently use instance variables directlyDavid Rodríguez
2025-06-17[rubygems/rubygems] Cleanup dead code, RubyGems 3.3 is no longer supportedDavid Rodríguez
2025-06-16[Bug #20998] Check if the string is frozen in rb_str_locktmp() & rb_str_unloc...Benoit Daloze
2025-06-15Skip the optional capi digest specs if fiddle is not installedJeremy Evans
2025-06-13[rubygems/rubygems] Surpressing warning for CGI library of Ruby 3.5+Hiroshi SHIBATA
2025-06-12Tweak to spec setup so that `rspec` instead of our `bin/rspec` binstub still ...David Rodríguez
2025-06-11Followed up https://github.com/ruby/net-http/commit/002441da1e for ruby/specHiroshi SHIBATA
2025-06-11Fix `make test-bundler`David Rodríguez
2025-06-11[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-10Fix up birthtime specsNobuyoshi Nakada
2025-06-09[Feature #21219] Selective inspect of instance variablesNobuyoshi Nakada
2025-06-06Fix birthtime specs on old LinuxNobuyoshi Nakada
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-06Deprecate passing arguments to Set#to_set and Enumerable#to_setJeremy Evans
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-04Mark as NORETURNNobuyoshi Nakada
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