我的 Gemfile 在一个platforms :ruby
块中指定了几个 gem,但是当我尝试在我的 Linux 服务器上安装包时,这些 gem 没有安装。
有人可以给我定位吗?我正在尝试在我的 Linux 服务器上指定我想要的 gem,而不是在 Windows 上。
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.