使用Ruby-on-Rails,如果我
gem help install
其中一部分说:
-y, --include-dependencies Unconditionally install the required
dependent gems
[...]
Defaults:
--both --version '>= 0' --rdoc --ri --no-force
--no-test --install-dir c:/ruby/lib/ruby/gems/1.8
但如果我做了一个
gem install --include-dependencies mysql
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
所以看起来像
gem install
始终使用
--include-dependencies
gem help install
有点过时了?
我使用的是最新的gem:
C:\>gem -v
1.3.7
C:\>gem update --system
Updating RubyGems
Nothing to update
C:\>