summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-09-26[rubygems/rubygems] add loading support on Windowssodacris
2025-09-26[rubygems/rubygems] skip checking title on Windows because it's not supportedsodacris
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-18Bump rexmldependabot[bot]
2025-09-17bundled_gems_spec.rb: Remove useless `map`Nobuyoshi Nakada
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-16[rubygems/rubygems] Remove aggregate source mentionsDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-16[rubygems/rubygems] Remove `allow_offline_install` settingDavid Rodríguez
2025-09-16[rubygems/rubygems] Complete rubocop flags and settings removalDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `--no-rubocop` deprecation messageDavid Rodríguez
2025-09-16Fix a function name typo in the description [ci skip]Nobuyoshi Nakada
2025-09-14Remove tests do not test Regexp methodsNobuyoshi Nakada
2025-09-12Fix use of uninitialized memory in stringsPeter Zhu
2025-09-12[rubygems/rubygems] Fix outdated lockfile during `bundle lock` when source ch...Earlopain
2025-09-12[rubygems/rubygems] Raise error on missing version fileMatheus Richard
2025-09-11Don't load set_spec.c if not Ruby 3.5Peter Zhu
2025-09-11Fix compilation of set_spec.c for previous Ruby versionsPeter Zhu
2025-09-11[rubygems/rubygems] Remove spec originally meant to test remembering CLI flagsDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-09-11[rubygems/rubygems] Introduce a way to ensure that removed flags get their do...David Rodríguez
2025-09-11[rubygems/rubygems] Remove deprecated usages of `bundle install --deployment`...David Rodríguez
2025-09-11[rubygems/rubygems] Remove implementation of `deployment`, `capistrano` and `...David Rodríguez
2025-09-11[rubygems/rubygems] Completely remove `Bundle.*clean*` and `Bundler.environme...David Rodríguez
2025-09-08Add spec for missing or faulty `to_proc` methodsJean Boussier
2025-09-05[rubygems/rubygems] Improve error message when `path` and `gemspec` point to ...manabeai
2025-09-04feature_spec.rb: Don't test --enable-all with --zjit*Takashi Kokubun
2025-09-04rubyopt_spec.rb: Stop testing JIT optionsTakashi Kokubun
2025-09-03[rubygems/rubygems] Deprecate `bundle cache --frozen` and `bundle cache --no-...David Rodríguez
2025-09-03[rubygems/rubygems] Improve `deprecations` helperDavid Rodríguez
2025-09-03[rubygems/rubygems] Add another spec for yet another issue fixed by the previ...David Rodríguez
2025-09-03[rubygems/rubygems] Add extra spec for another issue that the previous patch ...David Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle cache` failing in frozen mode if vendor/cache...David Rodríguez
2025-09-03[rubygems/rubygems] Improve spec wording and implementationDavid Rodríguez
2025-09-03[rubygems/rubygems] It's not necessary to set `deployment`David Rodríguez
2025-09-03[rubygems/rubygems] Remove unnecessary installDavid Rodríguez
2025-09-03[rubygems/rubygems] Remove unnecessary subject from one specDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle lock` regression when using `update` and `loc...Edouard CHIN
2025-09-03Completely remove `bundle viz` commandDavid Rodríguez
2025-09-03Completely remove `bundle inject` commandDavid Rodríguez
2025-09-03[rubygems/rubygems] Introduce `SharedHelpers.feature_removed!`David Rodríguez
2025-09-03[rubygems/rubygems] No need to print caller location when raising directlyDavid Rodríguez
2025-09-03[rubygems/rubygems] Ensure removed commands get their docs removed, tooDavid Rodríguez
2025-08-29Shrink ruby_bug version guard in anticipation of 3.4.6 releaseAlan Wu