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.11.9.xはすべてのruby の互換1.9.1性レベルです。1.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