aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Error tracing should be printed to stderrDavid Rodríguez2021-12-202-2/+6
* skip -v spec on MJITKoichi Sasada2021-12-191-1/+2
* [rubygems/rubygems] Improve errors a bit moreDavid Rodríguez2021-12-173-9/+24
* [rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez2021-12-171-0/+21
* [rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez2021-12-171-0/+20
* [rubygems/rubygems] Improve resolver error messagesDavid Rodríguez2021-12-172-5/+5
* Restore the global random seedNobuyoshi Nakada2021-12-161-0/+8
* Fix Kernel#srand and Kernel#rand descriptions [ci skip]Nobuyoshi Nakada2021-12-162-4/+4
* Refine wording about the default random seed [ci skip]Nobuyoshi Nakada2021-12-161-1/+1
* Use `to_s` and `puts` in testsNobuyoshi Nakada2021-12-161-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-153-8/+8
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-132-2/+2
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-111-2/+35
* [rubygems/rubygems] Ignore dependencies not actually locked from frozen checkDavid Rodríguez2021-12-101-0/+11
* Skip bind port 1 when ip_unprivileged_port_start<=1Kazuhiro NISHIYAMA2021-12-081-0/+4
* [rubygems/rubygems] Cancel deprecation of custom git sourcesDavid Rodríguez2021-12-081-69/+0
* [rubygems/rubygems] Add require parameter to `bundle add``Simon Fish2021-12-081-0/+12
* [rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez2021-12-071-4/+24
* [rubygems/rubygems] Don't cleanup paths from gems already activated from `$LO...David Rodríguez2021-12-071-0/+23
* [rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier2021-12-061-0/+39
* [rubygems/rubygems] Add --version parameter to bundle info command.Josef Šimánek2021-12-061-0/+5
* [rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez2021-12-041-10/+0
* [rubygems/rubygems] Improve source gemfile/lockfile equivalence checksDavid Rodríguez2021-12-031-5/+5
* [rubygems/rubygems] Improve sources representationDavid Rodríguez2021-12-032-5/+5
* [rubygems/rubygems] Don't overwrite locked dependency sources too earlyDavid Rodríguez2021-12-031-1/+1
* [rubygems/rubygems] Fix incorrect order in changed sources messageDavid Rodríguez2021-12-031-1/+1
* [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