summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-02-25[rubygems/rubygems] Modify `bundle doctor` to not report issue when files are...Edouard CHIN
2025-02-25Prefer `0.000001` over `0.000001f` for timeout calculations. (#12803)Samuel Williams
2025-02-21Use an exclusive range for `ruby_version_is`Nobuyoshi Nakada
2025-02-21[rubygems/rubygems] Allow noop `bundle install` to work on read-only or prote...David Rodríguez
2025-02-21[rubygems/rubygems] bin/rubocop -a --only Style/RedundantParenthesesHiroshi SHIBATA
2025-02-21[rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparisonHiroshi SHIBATA
2025-02-21[rubygems/rubygems] Fix resolver issue due to ill-defined version ranges bein...David Rodríguez
2025-02-19[rubygems/rubygems] Make sure empty gems are not reinstalled every timeDavid Rodríguez
2025-02-19[rubygems/rubygems] Don't add gemspec to specification list of our test gemsDavid Rodríguez
2025-02-18reject numbered parameters from Binding#local_variablesYusuke Endoh
2025-02-18[rubygems/rubygems] Reduce confusion about domains used for testingMartin Emde
2025-02-18[rubygems/rubygems] Fix Bundler incorrectly downgrading direct dependenciesDavid Rodríguez
2025-02-18[rubygems/rubygems] Add additional assertions to specDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix locked gems being upgraded when locked dependencies a...David Rodríguez
2025-02-18[rubygems/rubygems] Add intermediate assertion to spec to help debuggingDavid Rodríguez
2025-02-18[rubygems/rubygems] Extract a `TheBundle#locked_specs` test helperDavid Rodríguez
2025-02-17[rubygems/rubygems] Make Bundler never instantiate development dependenciesDavid Rodríguez
2025-02-14[rubygems/rubygems] Raise error when lockfile is missing deps in frozen modeDavid Rodríguez
2025-02-14[rubygems/rubygems] Deprecate legacy windows platforms (mswin, mingw) in the ...johnnyshields
2025-02-14[rubygems/rubygems] Use preferred `:windows` value for Windows exclusivelyDavid Rodríguez
2025-02-14[rubygems/rubygems] Let `:bundler` filter raise if not given major versionsDavid Rodríguez
2025-02-14[rubygems/rubygems] Remove spec filtersDavid Rodríguez
2025-02-14[rubygems/rubygems] Fix legacy windows platform values no longer workingDavid Rodríguez
2025-02-13[rubygems/rubygems] `--prefer-local` should resolve to latest version if no g...David Rodríguez
2025-02-13[rubygems/rubygems] Fix incorrect error message in frozen modeDavid Rodríguez
2025-02-13[rubygems/rubygems] Fix `type` and `gemfile` not getting reported as invalid ...David Rodríguez
2025-02-13[rubygems/rubygems] Fix spec wordingDavid Rodríguez
2025-02-13[rubygems/rubygems] Materializing specs for vendor/cache should not be strictDavid Rodríguez
2025-02-13[rubygems/rubygems] Stub-out additional examples and removed needless Error d...Hiroshi SHIBATA
2025-02-07Retry on IO::EAGAINWaitReadable when a closed socket is still not available f...Andrew Konchin
2025-02-06[rubygems/rubygems] Auto-heal empty installation directoryDavid Rodríguez
2025-02-06[rubygems/rubygems] Refine messages about gem installations being missingDavid Rodríguez
2025-02-06Improve bundled gems warning messagesDavid Rodríguez
2025-02-06Simplify bundled gems warnings implementationDavid Rodríguez
2025-02-06Remove unnecessary SINCE_FAST_PATH constantDavid Rodríguez
2025-02-05[rubygems/rubygems] Deprecate `CurrentRuby#maglev?` and other related maglev ...Edouard CHIN
2025-02-05Expand stub-out scope of Fiddle.dlopenHiroshi SHIBATA
2025-02-03Move out from quarantine a Marshal.dump spec for Float (#12692)Andrii Konchyn
2025-02-02[Bug #21106] Fix tests for custom random objectNobuyoshi Nakada
2025-01-31Prefer `platform_is_not :windows`.Samuel Williams
2025-01-31Stop generating binstubs for Bundler itselfDavid Rodríguez
2025-01-31[rubygems/rubygems] Fix `bundle console` unnecessarily trying to load IRB twiceDavid Rodríguez
2025-01-31[rubygems/rubygems] Test with JRuby 9.4.10.0David Rodríguez
2025-01-31[rubygems/rubygems] Consolidate the platform into a single list:Edouard CHIN
2025-01-31[rubygems/rubygems] Add ruby_34 and ruby_35 as valid platform:Edouard CHIN
2025-01-30Skip a new spec for Marshal#dump and Float that fails on i686Andrew Konchin
2025-01-30Update to ruby/spec@affef93Andrew Konchin
2025-01-30Update to ruby/mspec@0aabb3eAndrew Konchin
2025-01-30Handle environment where GEM_HOME is not availableHiroshi SHIBATA
2025-01-30bin_path_spec.rb relied to available Ruby environment with after `make install`Hiroshi SHIBATA