We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI team, could you help update the activeadmin_role .
when bundle add active_admin_role in rails project, got some errors as below:
The text was updated successfully, but these errors were encountered: