Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 1aefe3a

Browse files
committed
Add Ruby 2.7 disclaimer
1 parent 9355b1d commit 1aefe3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/guides/faq.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ id: FAQ
33
slug: faq
44
---
55

6+
### Why does sometime Jard fail to stop in Ruby 2.7?
7+
8+
Jard depends on Byebug. Byebug depends on Ruby Tracepoint. In Ruby 2.7.0 and 2.7.1, Tracepoint has a bug that breaks Byebug. The bug is fixed, and released in Ruby 2.7.2. See more at [this issue](https://github.com/deivid-rodriguez/byebug/issues/719).
9+
610
### Can Ruby Jard work with Docker?
711

812
Yes it does. However, if you are using `docker-compose up`, you may change your workflow a little bit. That command is not meant to be interactive. To enable Ruby Jard in docker:

0 commit comments

Comments
 (0)