activeadmin / activeadmin-mongoid

ActiveAdmin hacks to support Mongoid
MIT License
192 stars 210 forks source link

Error with Rails 4 #73

Closed iduuck closed 10 years ago

iduuck commented 10 years ago

Hello, I was happy to find a mongoid version of ActiveAdmin, but now I get the following error, when trying to bundle my Gemfile:

Bundler could not find compatible versions for gem "mongoid":
  In Gemfile:
    activeadmin-mongoid (>= 0) ruby depends on
      mongoid (~> 4.0) ruby

    mongoid (4.0.0.beta1)
elia commented 10 years ago

try installing prerelease bundler to get more details

gem install bundler --pre

then report back, in the meanwhile I'll close as a duplicate of #49