Commit c27d381
committed
Fix ReactOnRails::PackerUtils.using_packer? compatibility with react_on_rails 16.0
The using_packer? method was removed in react_on_rails 16.0 as part of the
transition to Shakapacker-only support. Since Shakapacker is now assumed
to always be in use, the check is no longer needed.
Changes:
- Remove using_packer? check from Utils.bundle_file_name method
- Remove mock of non-existent method from spec
- Update comments to reference Shakapacker instead of webpacker
Fixes CI failures in utils_spec.rb1 parent 47a4341 commit c27d381
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments