Skip to content

Commit 0984efe

Browse files
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

File tree

activeadmin-oidc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
]
2828
spec.require_paths = ["lib"]
2929

30-
spec.add_dependency "activeadmin", ">= 3.0"
30+
spec.add_dependency "activeadmin", ">= 3.5"
3131
spec.add_dependency "devise", ">= 4.9"
3232
spec.add_dependency "omniauth", ">= 2.1"
3333
spec.add_dependency "omniauth-rails_csrf_protection", ">= 1.0"

0 commit comments

Comments
 (0)