zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Rails 4 support #18

Closed lakehouseru closed 10 years ago

lakehouseru commented 10 years ago

Whenever i try to bundle with rails 4.0.1 gem I get dependency error:

Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
  activeadmin-sortable-tree (>= 0) ruby depends on
    actionpack (~> 3.0.0.rc2) ruby

 rails (= 4.0.1) ruby depends on
  actionpack (4.0.1)
nebirhos commented 10 years ago

There's no such dependecy in sortable-tree gem, are you trying to update an old install? Can you try bundle update actionpack activeadmin-sortable-tree ?