-
-
Notifications
You must be signed in to change notification settings - Fork 634
Open
Labels
Description
We currently have 3 different minimum Shakapacker versions stated:
- https://github.com/shakacode/react_on_rails/blob/9df8fd9cedff044d8255a59659394d5c2cf535b4/README.md#prerequisites says 6.0.0
- says 6.5.1 (check_minimum_shakapacker_version seems to explicitly fail with older versions than that)
MINIMUM_SHAKAPACKER_VERSION = "6.5.1" - tests only with 8.2.0.
MINIMUM_SHAKAPACKER_VERSION = "8.2.0"
They should be the same, probably 6.5.1. Possibly we need to have separate additional tests for 8.2.0 as the minimum supported version for additional features, but it's low priority.
coderabbitai