summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2021-12-01[win32] skip example about STDIN encodingsNobuyoshi Nakada
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-12-01Removed vcr files. They are needless for this repoHiroshi SHIBATA
2021-11-30Fix `GC.total_time` exampleNobuyoshi Nakada
2021-11-30[rubygems/rubygems] Fix escape of filenames in `bundle doctor`ooooooo-q
2021-11-29Update to ruby/spec@7f22a0bBenoit Daloze
2021-11-29Update to ruby/mspec@098b320Benoit Daloze
2021-11-27[rubygems/rubygems] Fix missing locked specs when depended on other platformDavid Rodríguez
2021-11-26[rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has bee...David Rodríguez
2021-11-25[rubygems/rubygems] Fix bad instance variable nameDavid Rodríguez
2021-11-25[rubygems/rubygems] Check not having load system features also for successful...David Rodríguez
2021-11-25[rubygems/rubygems] These method should be returning a stringDavid Rodríguez
2021-11-25[rubygems/rubygems] We should be checking raised exception, not status code hereDavid Rodríguez
2021-11-25[rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez
2021-11-23Add Class#subclassesJean Boussier
2021-11-22[rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez
2021-11-19[rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez
2021-11-18Make Module#{public,private,protected,module_function} return argumentsJeremy Evans
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-16Revert "Temporary ignored the failing specs for Date"Yusuke Endoh
2021-11-16Temporary ignored the failing specs for DateHiroshi SHIBATA
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-12[rubygems/rubygems] Remove duplicated specDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `have_lockfile` matcher tooDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez
2021-11-08[rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA
2021-11-06[rubygems/rubygems] Fix urlharuuzion
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada
2021-11-02Fix typosNobuyoshi Nakada
2021-11-02[rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez
2021-11-01[rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez
2021-10-30[rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez
2021-10-29Cleanup GC.auto_compact specBenoit Daloze
2021-10-29Skip GC.auto_compact= spec for platforms not supporting itBenoit Daloze
2021-10-29[rubygems/rubygems] Enforce bundler platform (and default gem) to keep invali...Josef Šimánek
2021-10-29[rubygems/rubygems] Update mirror_probe realword specs to not rely exactly at...Josef Šimánek
2021-10-29[rubygems/rubygems] Install stringio for standalone spec.Josef Šimánek
2021-10-29[rubygems/rubygems] Assert NoMethodError message only partialy in downloader_...Josef Šimánek
2021-10-29[rubygems/rubygems] Lock racc version in platform_spec.Josef Šimánek
2021-10-29Support gemification of tsortFrederik Dudzik
2021-10-29[rubygems/rubygems] Add new default gems to setup_spec exempts.Josef Šimánek
2021-10-29[rubygems/rubygems] Unskip inline spec that can pass now on the latest rubiesDavid Rodríguez
2021-10-29[rubygems/rubygems] use Rubocop Lint/Debugger check rather than custom specFrederik Dudzik
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-28Update to ruby/spec@21a48d9Benoit Daloze
2021-10-27[rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu