我想從一個克隆的repo導軌服務器,我更新了ruby和rails,跟隨rvm過程,更新了我所有的gem文件,並且當我去服務時,我收到消息Globalid和pg在gemfile中不存在
Could not find globalid-0.3.7 in any of the sources Run
bundle install
to install missing gems.
所以我捆綁安裝,然後得到錯誤
An error occurred while installing pg (0.20.0), and Bundler cannot continue. Make sure that
gem install pg -v '0.20.0'
succeeds before bundling.
嘗試英索爾說,然後讓
ERROR: Could not find a valid gem 'globalid-0.3.7' (>= 0) in any repository ERROR: Possible alternatives: globalid, globalize3
我搜索了一切,並問了很多。
你可以發佈'Gemfile'和'Gemfile.lock'嗎? – jdgray