cprodhomme/arctic_admin

Make arctic_admin compatible with ActiveAdmin 3.0

clement-avenel opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Actually, arctic_admin doesn't work with ActiveAdmin 3.0

Describe the solution you'd like
The solution might be to update the gemspec to :
s.add_dependency 'activeadmin', ['>= 1.1.0', '< 4.0']

I have tried and it appears to work.