You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler could not find compatible versions for gem "dry-configurable":
In snapshot (Gemfile.lock):
dry-configurable (= 0.15.0)
In Gemfile:
devise-jwt-cookie was resolved to 0.5.1, which depends on
dry-configurable (~> 0.9, < 0.11)
devise-jwt was resolved to 0.9.0, which depends on
warden-jwt_auth (~> 0.6) was resolved to 0.6.0, which depends on
dry-configurable (~> 0.13)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
When I fork your repo and remove the pinned versions for the dry-auto_inject and dry-configurable dependencies in the devise-jwt-cookie.gemspec, bundle, and point to the forked repo, all works well. Can you please remove those pinned dry versions and push up a new version of your gem? I wanted to use your gem versus forking the repo and removing the pinned version myself.
Please let me know if you have any questions or concerns about my request. Appreciate your time. Thanks.
The text was updated successfully, but these errors were encountered:
Hello @scarhand,
I am getting a bundle error when using the latest version of this gem with the latest
devise-jwt
gem.Versions:
devise-jwt - 0.9.0
devise-jwt-cookie - 0.5.1
When I fork your repo and remove the pinned versions for the
dry-auto_inject
anddry-configurable
dependencies in thedevise-jwt-cookie.gemspec
, bundle, and point to the forked repo, all works well. Can you please remove those pinneddry
versions and push up a new version of your gem? I wanted to use your gem versus forking the repo and removing the pinned version myself.Please let me know if you have any questions or concerns about my request. Appreciate your time. Thanks.
The text was updated successfully, but these errors were encountered: