ruby on rails 4 - ActiveAdmin: gem not checkout, run bundle install first -


in rails 4 app, trying use activeadmin 1.0.pre2. bundle install doesn't complain , seems have included gem , works properly.

i having in gem file:

gem 'activeadmin', github: 'gregbell/active_admin'  $> bundle show activeadmin /home/aslam/.rvm/gems/ruby-2.1.0@monaeo/bundler/gems/active_admin-3fb7f03335b1 

even after running bundle install several times, keep getting following error:

git://github.com/gregbell/active_admin.git (at master) not yet checked out. run `bundle install` first. 

i using

  • bundler version 1.6.0.rc2 (upgraded 1.5.3)
  • ruby: ruby 2.1.0p0 (2013-12-25 revision 44422) [i686-linux]
  • rails: 4.0.4

i not sure going wrong here?

try install prerelease version of bundler:

gem install bundler --pre 

it should solve problem.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -