Commit 0984efe
committed
Bump activeadmin floor to >= 3.5
The true compatibility floor is ActiveAdmin 3.5, not 3.0: 3.4 and
earlier cap devise at < 5, which conflicts with the devise >= 4.9
dependency declared here (bundler resolves it to devise 5.x on a
clean install). Users on AA 3.4 hit "You provided devise 5.0.3 but
we need: >= 4.0, < 5" at boot.
Matching the gemspec to what CI actually exercises.1 parent 6df08bd commit 0984efe
1 file changed
Lines changed: 1 addition & 1 deletion
| 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