Commit 70b4c7d
Remove redundant shakapacker_gem_available? checks
Since Shakapacker is a required dependency in gemspec (>= 6.0),
the shakapacker_gem_available? checks are unnecessary and misleading.
- Remove redundant checks from supports_basic_pack_generation? and supports_auto_registration?
- Remove unused shakapacker_gem_available? method entirely
- Simplify code and improve clarity
- Consistent with supports_async_loading? which correctly doesn't check availability
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 27eda87 commit 70b4c7d
1 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
55 | | - | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 58 | | |
74 | 59 | | |
75 | 60 | | |
| |||
0 commit comments