oauth 和巫术之间的依赖关系
如何解决这个依赖问题。 我正在使用魔法进行管理,并且不需要 oauth2(0.4.1)。
Bundler could not find compatible versions for gem "oauth2":
In Gemfile:
omniauth-facebook (>= 0) ruby depends on
oauth2 (~> 0.5.0) ruby
sorcery (>= 0) ruby depends on
oauth2 (0.4.1)
这是我的 Gemfile
gem 'sorcery'
gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
How to solve this dependency problem.
I`m using sorcery to administration and I dont need oauth2(0.4.1).
Bundler could not find compatible versions for gem "oauth2":
In Gemfile:
omniauth-facebook (>= 0) ruby depends on
oauth2 (~> 0.5.0) ruby
sorcery (>= 0) ruby depends on
oauth2 (0.4.1)
This is my Gemfile
gem 'sorcery'
gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该分叉魔法宝石并更改这一行 如下:
然后进行提交,将其推送到 GitHub,然后在您的应用程序中引用它,如下所示:
要获得奖励积分,请提交那个补丁作为对原始魔法存储库的拉取请求。
You should fork the sorcery gem and change this line to be this:
Then make a commit, push it to GitHub and then reference it in your application like this:
For bonus points, submit that patch as a pull request to the original sorcery repository.