Minh Nguyen
Results
2
issues of
Minh Nguyen
## Problem description Since Ruby 2.7.0, `next` command doesn't stop in many cases, when calling some standard lib's methods. Example: ```ruby require 'byebug' def test GC.start # Or SecureRandom.uuid, or...
This PR upgrades `pebble` dependency to version [v1.0.0](https://github.com/cockroachdb/pebble/releases/tag/v1.0.0). It claims to be production-ready. This PR also upgrades the VFS version to the commit that supports pebble v1.0.0 (https://github.com/lni/vfs/pull/3).