Commit c9fb999
Fix install generator to respect --ignore-warnings for Shakapacker setup
The ensure_shakapacker_installed method was raising Thor::Error even when
--ignore-warnings was used, preventing tests from completing. Now the
method respects the ignore_warnings option and returns gracefully instead
of raising errors when warnings are ignored.
This fixes test failures where Shakapacker installation fails in CI
environment but should be bypassed with --ignore-warnings.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 07cbe04 commit c9fb999
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | | - | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
0 commit comments