0
我嘗試添加這對我的Gemfile:無法安裝寶石march_hare
gem 'march_hare', '~> 2.22'
使用bundle install
我得到這個消息:
Could not find gem 'march_hare (~> 2.22)' in any of the gem sources listed in
your Gemfile or available on this machine.
在我的Gemfile最上面的線,我有這樣的:
source 'https://rubygems.org'
當我手動訪問rubygems時,我可以在這裏找到這個寶石:
https://rubygems.org/gems/march_hare
如何安裝此gem?我不明白髮生了什麼事。