summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2025-01-30Skip irb examples, I will handle related workarounds laterHiroshi SHIBATA
2025-01-29Add fallback for `hostname` if `uname` isn't available. (#12655)Samuel Williams
2025-01-28[rubygems/rubygems] Fix bug report template incorrectly showing upDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove duplicated `bundle install`David Rodríguez
2025-01-28[rubygems/rubygems] Use RubyGems helpers for finding a non local tag for specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary test codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Improve simulating Windows during Bundler specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Refactor specs to use platform strings directlyDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary mappingDavid Rodríguez
2025-01-28[rubygems/rubygems] Fix typoDavid Rodríguez
2025-01-28[rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5David Rodríguez
2025-01-28Prefer `uname -n` over `hostname`. (#12647)Samuel Williams
2025-01-24irb and reline are now bundled gems, we don't need to skip workaround for themHiroshi SHIBATA
2025-01-24Omit irb related examples temporaryHiroshi SHIBATA
2025-01-24Restructured irb related example at spec/rubyHiroshi SHIBATA
2025-01-23Use pure ruby library instead of C ext library for dependency warning exampleHiroshi SHIBATA
2025-01-23Use openssl instead of fiddle and erb for native extension testHiroshi SHIBATA
2025-01-20[rubygems/rubygems] Fix `--prefer-local` not respecting default gemsDavid Rodríguez
2025-01-20[rubygems/rubygems] Consistently assert command failureDavid Rodríguez
2025-01-16[rubygems/rubygems] Introduce Spec::Path.sinatra_dependency_paths for sinatra...Hiroshi SHIBATA
2025-01-16[rubygems/rubygems] Revert RubyGems plugins getting loaded on `Bundler.require`David Rodríguez
2025-01-16[rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helperDavid Rodríguez
2025-01-14Remove test dependency on loggerDavid Rodríguez
2025-01-14Add basic tapioca check to CIDavid Rodríguez
2025-01-14[rubygems/rubygems] Don't remove platform specific variants from the lockfile...David Rodríguez
2025-01-14[rubygems/rubygems] re-add removed pre-evaluated gemspec testJoshua.LeBlanc
2025-01-14[rubygems/rubygems] Do not fail on start when cannot find writable user direc...Vasily Fedoseyev