Commit 017eb79
Add ActiveSupport require for Rails 5.2-6.0 compatibility
The compact_blank method used in ensure_webpack_generated_files_exists
was introduced in Rails 6.1. By requiring active_support/core_ext/enumerable,
we ensure this method is available in Rails 5.2-6.0 environments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 7bfe46b commit 017eb79
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments