-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels