summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [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
* Update to ruby/mspec@08e1275Benoit Daloze2021-10-202-3/+13
* Fix error when srcdir not foundNobuyoshi Nakada2021-10-181-6/+8
* Simplify srcdir fallbackNobuyoshi Nakada2021-10-181-5/+1
* Not all environment variables can be convertible to IBM-437Nobuyoshi Nakada2021-10-181-0/+2
* [rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez2021-10-131-0/+95
* [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez2021-10-131-0/+15
* [rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez2021-10-131-13/+11
* [rubygems/rubygems] Remove unnecessary codeDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Make spec more realisticDavid Rodriguez2021-10-131-1/+3
* Fix a typoKazuhiro NISHIYAMA2021-10-131-1/+1
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-111-0/+4
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-111-0/+4
* [rubygems/rubygems] Match a more exact warning messageDavid Rodriguez2021-10-111-1/+1
* [ruby/rubygems] Get specs green on arm64-darwin-20David Rodriguez2021-10-114-7/+8
* Use an isolated classNobuyoshi Nakada2021-10-101-3/+4
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-092-3/+17
* [rubygems/rubygems] I see no harm in this, allow itDavid Rodríguez2021-10-091-1/+0
* [rubygems/rubygems] `git commit` no longer needs to be allowed to failDavid Rodríguez2021-10-091-1/+1
* [rubygems/rubygems] Let `update_git` work with whatever branch is checkout outDavid Rodríguez2021-10-092-11/+3
* [rubygems/rubygems] Make adding files and committing into a single commandDavid Rodríguez2021-10-091-2/+1
* [rubygems/rubygems] Keep different code in custom branch in dummy repoDavid Rodríguez2021-10-091-2/+2
* [rubygems/rubygems] Fix typoDavid Rodríguez2021-10-091-1/+1
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-091-1/+4
* [rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi2021-10-091-0/+45
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-082-30/+73
* Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA2021-10-071-12/+29
* Remove the useless platform guardNobuyoshi Nakada2021-10-061-7/+5
* Fix filesystem dependent testsNobuyoshi Nakada2021-10-061-2/+2
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-0528-31/+692
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+94
* marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier2021-09-301-32/+43
* Followed up behavior change of setHiroshi SHIBATA2021-09-281-9/+11