summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-09-29Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA
2022-09-28Update to ruby/spec@1d9d5c6Benoit Daloze
2022-09-28Update to ruby/mspec@b60306dBenoit Daloze
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-27Re-enable TZ test missed due to merge conflict.Vít Ondruch
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-24Support using at toplevel in wrapped scriptChris Salzberg
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-21Rescue File.expand_path in MSpecScript#try_load if HOME is unavailableYuta Saito
2022-09-15Remove warning for old TLS version connectionNobuyoshi Nakada
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-08[rubygems/rubygems] Fix unused variable warningDavid Rodríguez
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-06[rubygems/rubygems] Fix `set` not being found when running specs on dev rubiesDavid Rodríguez
2022-09-06[rubygems/rubygems] Add `syntax_suggest` to exemption list in setup specsDavid Rodríguez
2022-09-05[rubygems/rubygems] Remove no longer needed `fiddle` hacksDavid Rodríguez
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-09-05[rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio
2022-09-05[rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez
2022-09-04rb_int_range_last: properly handle non-exclusive rangeJean Boussier
2022-09-02* append newline at EOF. [ci skip]git
2022-09-02Added doc about `test-syntax-suggest`Hiroshi SHIBATA
2022-09-02Added entries about test-bundler-parallel and BUNDLER_SPECSHiroshi SHIBATA
2022-08-29Skip a couple of chroot spec failluresTakashi Kokubun
2022-08-29Update to ruby/spec@b8a8240Benoit Daloze
2022-08-29Update to ruby/mspec@37151a0Benoit Daloze
2022-08-29Update to ruby/spec@d01709fBenoit Daloze
2022-08-29[rubygems/rubygems] Add platform :windows as a shortcut for all Windows platf...shields
2022-08-28[rubygems/rubygems] Bundler: make to_lock consistent between Gem::Dependency...Aleksandr Varnin
2022-08-26Skip examples to need installed ruby exeHiroshi SHIBATA
2022-08-26Added syntax_suggest cli and resolve failing exapmle with itHiroshi SHIBATA
2022-08-26ruby-prof is now optionalHiroshi SHIBATA
2022-08-26Import spec examples from ruby/syntax_suggestHiroshi SHIBATA
2022-08-25Fix private methods reported as protected when called via Symbol#to_procJean Boussier
2022-08-25[rubygems/rubygems] Fix another regression for sorbetDavid Rodríguez
2022-08-24[rubygems/rubygems] Backport non-gnu libc on linux platform matching to BundlerDavid Rodríguez
2022-08-23[rubygems/rubygems] Bundler: avoid use of "can not" in spec literalsTakuya Noguchi
2022-08-23[rubygems/rubygems] Bundler: update the link suggested on error with the new oneTakuya Noguchi
2022-08-23Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-23[rubygems/rubygems] Fix conservative update downgrading top level gemsDavid Rodríguez
2022-08-23[rubygems/rubygems] Make `compact_index_api_missing` server more strictDavid Rodríguez
2022-08-21[rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez
2022-08-21[rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze
2022-08-20[Bug #18955] format single character for `%c`Nobuyoshi Nakada
2022-08-18Implement SizedQueue#push(timeout: sec)Jean Boussier
2022-08-17The tzdata 2022c removed Amsterdam Mean TimeNobuyoshi Nakada
2022-08-15[rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans