activeadmin: Bundler could not find compatible versions (Rails 4.1)
Attempting to install active admin using rails 4.1 I get this:
Bundler could not find compatible versions for gem "sprockets":
In Gemfile:
activeadmin (>= 0) ruby depends on
sprockets (~> 2.0.0) ruby
rails (~> 4.1.0) ruby depends on
sprockets (2.12.0)
Bundler could not find compatible versions for gem "sprockets-rails":
In Gemfile:
activeadmin (>= 0) ruby depends on
sprockets-rails (~> 2.0.0) ruby
rails (~> 4.1.0) ruby depends on
sprockets-rails (2.1.1)
Bundler could not find compatible versions for gem "railties":
In Gemfile:
activeadmin (>= 0) ruby depends on
railties (~> 3.1.0) ruby
rabl-rails (>= 0) ruby depends on
railties (4.1.0)
My Gemfile has this:
gem 'activeadmin', github: 'gregbell/active_admin'
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 25 (6 by maintainers)
Commits related to this issue
- #3005 appears to be resolved! …though we have to specify a version for sass-rails (#3093) — committed to activeadmin/activeadmin by seanlinsley 10 years ago
- update sass-rails requirement to work with Rails 3 #3005, #3093 — committed to activeadmin/activeadmin by seanlinsley 10 years ago
- #3093: remove Bundler hack from Gemfile — committed to activeadmin/activeadmin by seanlinsley 10 years ago
- Merge branch 'master' of https://github.com/gregbell/active_admin * 'master' of https://github.com/gregbell/active_admin: (121 commits) refactor `pretty_format` remove vestigial `assigns` overrid... — committed to Zhomart/active_admin by Zhomart 10 years ago
- workaround (see https://github.com/gregbell/active_admin/issues/3093) — committed to zammad/zammad by rkaldung 10 years ago
@rocLv you need to use the active admin from the github master: