summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2021-10-25[rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez
2021-10-25[rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez
2021-10-25[rubygems/rubygems] Catch up with recent error message modificationDavid Rodriguez
2021-10-25[rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez
2021-10-25[rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez
2021-10-25[rubygems/rubygems] Remove unused `let`David Rodriguez
2021-10-25[rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier
2021-10-25Make Coverage suspendable (#4856)Yusuke Endoh
2021-10-25fix typo [ci skip]180909
2021-10-25Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun
2021-10-20Update to ruby/spec@254c380Benoit Daloze
2021-10-20Add extra files from ruby/spec which were skipped due to .gitignoreBenoit Daloze
2021-10-20Update to ruby/spec@d6921efBenoit Daloze
2021-10-20Update to ruby/mspec@08e1275Benoit Daloze
2021-10-18Fix error when srcdir not foundNobuyoshi Nakada
2021-10-18Simplify srcdir fallbackNobuyoshi Nakada
2021-10-18Not all environment variables can be convertible to IBM-437Nobuyoshi Nakada
2021-10-13[rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez
2021-10-13[rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez
2021-10-13[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-10-13[rubygems/rubygems] Make spec more realisticDavid Rodriguez
2021-10-13Fix a typoKazuhiro NISHIYAMA
2021-10-11[rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Match a more exact warning messageDavid Rodriguez
2021-10-11[ruby/rubygems] Get specs green on arm64-darwin-20David Rodriguez
2021-10-10Use an isolated classNobuyoshi Nakada
2021-10-09Newly generated gems require Ruby 2.6.0OKURA Masafumi
2021-10-09[rubygems/rubygems] I see no harm in this, allow itDavid Rodríguez
2021-10-09[rubygems/rubygems] `git commit` no longer needs to be allowed to failDavid Rodríguez
2021-10-09[rubygems/rubygems] Let `update_git` work with whatever branch is checkout outDavid Rodríguez
2021-10-09[rubygems/rubygems] Make adding files and committing into a single commandDavid Rodríguez
2021-10-09[rubygems/rubygems] Keep different code in custom branch in dummy repoDavid Rodríguez
2021-10-09[rubygems/rubygems] Fix typoDavid Rodríguez
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-10-09[rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi
2021-10-08Remove autoload for constant if the autoload failsJeremy Evans
2021-10-07Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA
2021-10-06Remove the useless platform guardNobuyoshi Nakada
2021-10-06Fix filesystem dependent testsNobuyoshi Nakada
2021-10-05Update to ruby/spec@ccf0d85Benoit Daloze