summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-05-11namespace on readSatoshi Tagomori
2025-05-10[Feature #15408] Fix up _id2ref_spec.rbNobuyoshi Nakada
2025-05-09Fix rb_range_beg_len() and rb_arithmetic_sequence_beg_len_step() specBenoit Daloze
2025-05-09Fix digest specs when run in CRuby via make test-specAndrew Konchin
2025-05-09Fix formatting in digest_spec.cAndrew Konchin
2025-05-09Update to ruby/spec@d8bacefAndrew Konchin
2025-05-09Added cgi for bundler testing. rack depends cgi/cookie.rbHiroshi SHIBATA
2025-05-09Guard CGI examples with Ruby 3.5 and use cgi/escape for related examplesHiroshi SHIBATA
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-04-26Implement Set as a core classJeremy Evans
2025-04-25update allocation location testsAaron Patterson
2025-04-23all of examples at commands/newgem_spec.rb are working on ruby repoHiroshi SHIBATA
2025-04-23Add a new spec for inheritedXavier Noria
2025-04-23Add a new spec for const_addedXavier Noria
2025-04-22Skip failing example on Ubuntu runner of ruby/rubyHiroshi SHIBATA
2025-04-22[rubygems/rubygems] Warn if TLS 1.2 is not supportedEdouard CHIN
2025-04-22[rubygems/rubygems] Summarize the diagnosticEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bare net/http connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the RubyGems connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose the bundler connectionEdouard CHIN
2025-04-22[rubygems/rubygems] Diagnose when OpenSSL can't be loaded.Edouard CHIN
2025-04-22[rubygems/rubygems] Add the `bundle doctor subcommand` skeleton:Edouard CHIN
2025-04-22[rubygems/rubygems] Define `bundler doctor` as a subcommandEdouard CHIN
2025-04-18U+036F is now alnumMari Imaizumi
2025-04-18[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
2025-04-15[rubygems/rubygems] Let `bundle lock --normalize-platforms` remove invalid pl...David Rodríguez
2025-04-15[rubygems/rubygems] Raise an error if `bundle lock` target platform is incomp...David Rodríguez
2025-04-15[rubygems/rubygems] Fix false positive warning about insecurely materialized gemDavid Rodríguez
2025-04-14Expose `ruby_thread_has_gvl_p`.Samuel Williams
2025-04-14Add `RUBY_VERSION_IS_3_5`.Samuel Williams
2025-04-14[rubygems/rubygems] Refine `bundle update --verbose` logsDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix edge case making `bundle update` behave incorrectlyDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix `bundle lock --normalize-platforms` regressionDavid Rodríguez
2025-04-10Sync Bundler and adapt to new spec setupDavid Rodríguez
2025-04-10Document order of execution const_added vs inheritedXavier Noria
2025-04-10Refactor bundled conditionHiroshi SHIBATA
2025-04-10Added simple failing exampleHiroshi SHIBATA
2025-04-10Restore the original order of const_added and inherited callbacksXavier Noria
2025-04-09[rubygems/rubygems] Follow up to removal of rubyinstaller2 workaroundDavid Rodríguez
2025-04-04[rubygems/rubygems] Rubyinstaller2 fixed thisDavid Rodríguez
2025-04-02Removed Solaris conditions from optional and shared directoriesHiroshi SHIBATA
2025-04-02Removed Solaris conditions from library directoryHiroshi SHIBATA
2025-04-02Removed Solaris conditions from core directoryHiroshi SHIBATA
2025-04-01[rubygems/rubygems] Stay away from FileUtils.rm_rf in Bundler specsDavid Rodríguez
2025-04-01[rubygems/rubygems] Let compact index response parser consistently return a m...David Rodríguez
2025-03-31[rubygems/rubygems] Allow ruby platform to be remove also when dependencies h...David Rodríguez
2025-03-31[rubygems/rubygems] Remove edge cases for not removing invalid platformsDavid Rodríguez
2025-03-28spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ...3.5' spec/ruby/securit...Hiroshi SHIBATA
2025-03-27Avoid array allocation for *nil, by not calling nil.to_aJeremy Evans
2025-03-27Freeze $/ and make it ractor safeÉtienne Barrié