私の Gemfile はplatforms :ruby
ブロック内のいくつかの gem を指定していますが、Linux サーバーにバンドルをインストールしようとすると、それらの gem がインストールされません。
誰かが私を導くことができますか?Windows ではなく Linux サーバーで必要な gem を指定しようとしています。
platforms :ruby do
gem 'execjs', '~> 1.4.0'
gem 'therubyracer', '~> 0.10.1'
unless RUBY_VERSION.to_f >= 1.9
gem 'pre-johnson', '~> 2.0'
end
end
を実行するbundle show therubyracer
と、メッセージが表示されますCould not find gem 'therubyracer' in the current bundle.