Commit b0791a2
committed
Cap activeadmin at < 4 so AA 4 is an opt-in, not a surprise
ActiveAdmin 4 is a major release and will almost certainly rename or
remove things this gem hooks into (Devise controllers, view overrides,
utility-navigation helpers). With the previous open-ended '>= 3.5'
constraint, users would silently pull AA 4 on their next 'bundle
update' and discover the breakage at boot.
Lock the ceiling to < 4 now. When AA 4 ships, verify the gem against
it, adjust for API changes, and release a new version that bumps the
ceiling to < 5. Standard pattern for ActiveAdmin plugin gems — see
active_admin_sidebar for the same shape.1 parent 0984efe commit b0791a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments