Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Bundler 和 Rbenv,一切正常。但是,如果我使用:
$ bundle show example
返回的路径看起来很奇怪,因为它包含对 ruby 1.9.1 的引用:
/Users/me/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/fog-1.15.0
这是正常的吗?为什么1.9.1在路径中?
1.9.1
1.9.1是所有1.9.xrubies 的兼容级别,对于1.9.1and1.9.2
1.9.x
1.9.2
可能是 ruby 1.9.3 中的 ruby-gems 版本 1.9.1
bundle exec ruby -v bundle exec gem -v