Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

active_admin_role can not work on rails (~> 7.0.0) was resolved to 7.0.0 #22

Open
ciscolive opened this issue Dec 18, 2021 · 0 comments

Comments

@ciscolive
Copy link

HI team, could you help update the activeadmin_role .

when bundle add active_admin_role in rails project, got some errors as below:

D:\RUBY\mojo> bundle add active_admin_role
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Bundler could not find compatible versions for gem "rails":
  In snapshot (Gemfile.lock):
    rails (= 7.0.0)

  In Gemfile:
    rails (~> 7.0.0)

    active_admin_role was resolved to 0.1.1, which depends on
      activeadmin (>= 1.0.0.pre4) was resolved to 1.0.0.pre4, which depends on
        rails (< 5.1, >= 3.2)

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

Bundler could not find compatible versions for gem "railties":
  In snapshot (Gemfile.lock):
    railties (= 7.0.0)

  In Gemfile:
    active_admin_role was resolved to 0.1.1, which depends on
      activeadmin (>= 1.0.0.pre4) was resolved to 1.0.0.pre5, which depends on
        railties (< 5.1, >= 3.2)

    rails (~> 7.0.0) was resolved to 7.0.0, which depends on
      railties (= 7.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant