cprodhomme / arctic_admin

Responsive Theme for ActiveAdmin
https://arcticadmin.osc-fr1.scalingo.io
MIT License
295 stars 109 forks source link

Make arctic_admin compatible with ActiveAdmin 3.0 #111

Closed clement-avenel closed 1 year ago

clement-avenel commented 1 year ago

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.