aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez2021-11-191-0/+61
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-186-32/+106
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-0/+9
* Revert "Temporary ignored the failing specs for Date"Yusuke Endoh2021-11-161-9/+5
* Temporary ignored the failing specs for DateHiroshi SHIBATA2021-11-161-5/+9
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-162-8/+51
* [rubygems/rubygems] Remove duplicated specDavid Rodríguez2021-11-121-37/+1
* [rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez2021-11-122-29/+25
* [rubygems/rubygems] Remove `have_lockfile` matcher tooDavid Rodríguez2021-11-122-6/+2
* [rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez2021-11-1215-101/+97
* [rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA2021-11-081-1/+1
* [rubygems/rubygems] Fix urlharuuzion2021-11-061-1/+1
* [rubygems/rubygems] Fix typosNobuyoshi Nakada2021-11-041-2/+2
* Fix typosNobuyoshi Nakada2021-11-023-4/+4
* [rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez2021-11-022-22/+50
* [rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez2021-11-011-0/+16
* [rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez2021-10-301-1/+38
* Cleanup GC.auto_compact specBenoit Daloze2021-10-291-2/+3
* Skip GC.auto_compact= spec for platforms not supporting itBenoit Daloze2021-10-291-10/+11
* [rubygems/rubygems] Enforce bundler platform (and default gem) to keep invali...Josef Šimánek2021-10-291-1/+2
* [rubygems/rubygems] Update mirror_probe realword specs to not rely exactly at...Josef Šimánek2021-10-291-14/+9
* [rubygems/rubygems] Install stringio for standalone spec.Josef Šimánek2021-10-291-1/+1
* [rubygems/rubygems] Assert NoMethodError message only partialy in downloader_...Josef Šimánek2021-10-291-1/+1
* [rubygems/rubygems] Lock racc version in platform_spec.Josef Šimánek2021-10-291-2/+2
* Support gemification of tsortFrederik Dudzik2021-10-291-1/+1
* [rubygems/rubygems] Add new default gems to setup_spec exempts.Josef Šimánek2021-10-291-0/+2
* [rubygems/rubygems] Unskip inline spec that can pass now on the latest rubiesDavid Rodríguez2021-10-291-1/+3
* [rubygems/rubygems] use Rubocop Lint/Debugger check rather than custom specFrederik Dudzik2021-10-291-29/+0
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-281-1/+1
* Update to ruby/spec@21a48d9Benoit Daloze2021-10-2825-38/+454
* [rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez2021-10-271-6/+102
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-262-0/+40
* Add Class#descendantsJeremy Evans2021-10-261-0/+38
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-6/+6
* [rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez2021-10-251-0/+41
* [rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez2021-10-251-0/+30
* [rubygems/rubygems] Catch up with recent error message modificationDavid Rodriguez2021-10-251-2/+2
* [rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez2021-10-251-0/+12
* [rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez2021-10-251-6/+5
* [rubygems/rubygems] Remove unused `let`David Rodriguez2021-10-251-1/+0
* [rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier2021-10-252-0/+52
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-251-5/+18
* fix typo [ci skip]1809092021-10-251-2/+2
* Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune2021-10-252-4/+4
* Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada2021-10-221-14/+16
* Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada2021-10-221-188/+194
* Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun2021-10-201-1/+1
* Update to ruby/spec@254c380Benoit Daloze2021-10-207-50/+146
* Add extra files from ruby/spec which were skipped due to .gitignoreBenoit Daloze2021-10-203-0/+3
* Update to ruby/spec@d6921efBenoit Daloze2021-10-2044-243/+1134