レセプトを実行しようとするとエラーが発生します:
次のコマンドを実行します。
$> rails _3.2.8_ new demo_app -T
$> cd demo_app
$> rake rails:template LOCATION=https://raw.github.com/gist/3752746/a259f4307b65493f4b7043bd78f30efa3ba6191e/test.rb
レシピはこちらhttps://raw.github.com/gist/3752746/a259f4307b65493f4b7043bd78f30efa3ba6191e/test.rb
次に、次のエラーが発生します
Could not find gem 'ffi (~> 1.0.0) ruby',
which is required by gem 'libnotify (= 0.5.9) ruby', in any of the sources.
コピーアンドペーストジェムを使用して手動インストールを使用し、「バンドルインストール」を実行すると、すべてが正常に機能します。
どうしたの?