Skip to content

Gemfile incompatible with activeadmin master/pre branch #27

Description

@stefsava

In my Gemfile where I have

gem 'activeadmin', github: 'gregbell/active_admin'

I added

gem 'activeadmin-axlsx', github: 'randym/activeadmin-axlsx'

but at

bundle install

I receive

Bundler could not find compatible versions for gem "activeadmin":
    In snapshot (Gemfile.lock):
    activeadmin (1.0.0.pre)

In Gemfile:
    activeadmin-axlsx (>= 0) x86-mingw32 depends on
    activeadmin (~> 0.6.0) x86-mingw32

Running `bundle update` will rebuild your snapshot from scratch,
using only the gems in your Gemfile, which may resolve the conflict.

Is actual master branch really incompatible with activeadmin master/pre branch or only Gemfile need fix?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions