0
我試圖在2.3.4
Rails
應用中使用打包程序,並且在win32-service
寶石上遇到問題。該寶石通過發行gem install win32-service --platform mswin32
進行安裝。我將它安裝在bundler之外,因爲bundler總是試圖從源代碼編譯出來,而這種失敗很慘。Bundler找不到win32-service gem,甚至認爲它出現在寶石列表中
gem list
輸出的
win32-service (0.7.1 x86-mswin32-60)
bundle install
Your Gemfile doesn't have any sources. You can add one with a line like 'source :gemcutter'
Could not find gem 'win32-service (>= 0, runtime)' in any of the gem sources.
我嘗試使用源:gemcutter但如上述打捆指出嘗試使用源包不建立。
我也試過使用老版本的gem(0.5.1
)並且有同樣的問題。
任何想法?
這並沒有幫助我,寶石已經安裝好,所以bundler應該從系統中獲取它。寶石也在供應商/緩存中。 – Jamie 2010-11-12 04:18:07