【发布时间】:2016-05-17 21:01:47
【问题描述】:
我是初学者 Rails 开发人员,当我进行捆绑安装时,它返回 ok undle 完成! 60 个 Gemfile 依赖项,现在安装了 148 个 gem。
使用 bundle show [gemname] 查看捆绑的 gem 的安装位置。
如果我做 rails 我有错误
Could not find devise-4.1.1 in any of the sources
Run `bundle install` to install missing gems.
如果我这样做了
lp git:(master) ✗ bundle show devise
/usr/local/lib/ruby/gems/2.2.0/gems/devise-4.1.1
但我愿意
gem -v devise
2.4.5.1
like git:(master) ✗
我能做什么? 谢谢
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-4 devise rubygems