サーバーにchiliprojectをインストールしようとしています.-well done-のドキュメントに従って、このエラーが発生しています
Could not find gem 'rubytree (~> 0.5.2) ruby' in any of the gem sources listed in your Gemfile.
gem install rubytree を実行しました
このメッセージが表示されます
========================================================================
Thank you for installing rubytree.
WARNING: SIGNIFICANT API CHANGE in 0.8.0 !
------------------------------------------
Please note that as of 0.8.0 the CamelCase method names are DEPRECATED.
The new method names follow the ruby_convention (separated by '_').
The old CamelCase methods still work (a warning will be displayed),
but may go away in the future.
Details of the API changes are documented in the API-CHANGES file.
========================================================================
Successfully installed rubytree-0.8.1
1 gem installed
Installing ri documentation for rubytree-0.8.1...
file 'COPYING,API-CHANGES' not found
Installing RDoc documentation for rubytree-0.8.1...
file 'COPYING,API-CHANGES' not found
つまり、インストールは成功したということです。では、なぜエラーが発生するのですか? エラーが API の変更によるものである場合、rubytree gem のバージョン 0.5.2 を要求するにはどうすればよいですか?
私がするとき、gem list --local | grep 'rubytree'
私はこの出力を持っていますrubytree (0.8.1)
では、なぜシステムは gem 'rubytree' が見つからないと言っているのですか?
助けてくれてありがとう、