robotex82 / active_admin-acts_as_list

Acts as list helper for active admin
MIT License
7 stars 12 forks source link

Latest version is not compatible with rails 4. #3

Open sunil-sharma opened 10 years ago

sunil-sharma commented 10 years ago

Any branch of code which is comp0atible with rails 4.

Bundler could not find compatible versions for gem "rails": In Gemfile: active_admin-acts_as_list (~> 0.0.7) ruby depends on rails (~> 3.2.5) ruby

rails (4.0.0)
robotex82 commented 10 years ago

I have an issue with activeadmin + rspec inside an engine that keeps me from running any specs with rails4/active_admin/rspec.

I opened an issue at the active_admin tracker: https://github.com/gregbell/active_admin/issues/2712

This needs to be fixed first. Any help is appreciated!