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
Bundler could not find compatible versions for gem "activerecord": In snapshot (Gemfile.lock): activerecord (= 6.0.2.1)
In Gemfile: graphql-preload was resolved to 1.0.1, which depends on activerecord (<= 5, >= 3.2)
rails (= 6.0.2.1) was resolved to 6.0.2.1, which depends on activerecord (= 6.0.2.1)
The text was updated successfully, but these errors were encountered:
@kalfaron , you can use my fork (we're using it in one of our projects with Rails 6 and GraphQL-Ruby 1.11):
gem "graphql-preload", git: "https://github.com/Envek/graphql-preload"
Sorry, something went wrong.
No branches or pull requests
Bundler could not find compatible versions for gem "activerecord":
In snapshot (Gemfile.lock):
activerecord (= 6.0.2.1)
In Gemfile:
graphql-preload was resolved to 1.0.1, which depends on
activerecord (<= 5, >= 3.2)
The text was updated successfully, but these errors were encountered: