summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix gemspec source unlocking also for prereleases like 0....David Rodríguez2021-12-021-0/+33
* [rubygems/rubygems] Fix materialization of locked 0 prereleasesDavid Rodríguez2021-12-021-0/+33
* [win32] skip example about STDIN encodingsNobuyoshi Nakada2021-12-011-15/+17
* Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA2021-12-012-2/+9
* Removed vcr files. They are needless for this repoHiroshi SHIBATA2021-12-012-7/+0
* Fix `GC.total_time` exampleNobuyoshi Nakada2021-11-301-1/+1
* [rubygems/rubygems] Fix escape of filenames in `bundle doctor`ooooooo-q2021-11-301-0/+10
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-2962-59/+656
* Update to ruby/mspec@098b320Benoit Daloze2021-11-291-1/+1
* [rubygems/rubygems] Fix missing locked specs when depended on other platformDavid Rodríguez2021-11-271-0/+43
* [rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has bee...David Rodríguez2021-11-261-0/+8
* [rubygems/rubygems] Fix bad instance variable nameDavid Rodríguez2021-11-251-1/+1
* [rubygems/rubygems] Check not having load system features also for successful...David Rodríguez2021-11-251-9/+3
* [rubygems/rubygems] These method should be returning a stringDavid Rodríguez2021-11-251-1/+1
* [rubygems/rubygems] We should be checking raised exception, not status code hereDavid Rodríguez2021-11-251-1/+1
* [rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez2021-11-253-0/+64
* Add Class#subclassesJean Boussier2021-11-231-0/+38
* [rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez2021-11-221-1/+1
* [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