0
在我的Rails引擎中,我收到了一個「Error Loading RubyGems。」。但是,當我在我的應用程序的根目錄中時,此錯誤不會持續。「加載RubyGems插件時出錯」,而在Rails引擎中
從我的主軌文件夾:
$ gem -v
2.0.5
從發動機內部:
$ gem -v
Error loading RubyGems plugin "/Users/me/.rvm/gems/[email protected]/gems/rubygems-bundler-1.2.2/lib/rubygems_plugin.rb": dlopen(/Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle, 9): Library not loaded: /opt/local/lib/libssl.1.0.0.dylib
Referenced from: /Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle
Reason: image not found - /Users/me/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-darwin12.4.1/openssl.bundle (LoadError)
2.0.5
這是阻止我運行捆綁安裝,導軌服務器等
我難倒。我一直沒能找到任何有同樣問題的人,並且在我認爲可能是晚上的情況下,已經耗盡了線索。謝謝...
嘗試從引擎目錄內的這些命令,即project/test/dummy或project/spec/dummy –
@AmanGarg這是從spec/dummy – sway