Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby 由于缺少水豚,Raspberry上的工头安装失败_Ruby_Raspberry Pi_Raspbian_Foreman - Fatal编程技术网

Ruby 由于缺少水豚,Raspberry上的工头安装失败

Ruby 由于缺少水豚,Raspberry上的工头安装失败,ruby,raspberry-pi,raspbian,foreman,Ruby,Raspberry Pi,Raspbian,Foreman,我们正在尝试在树莓上安装foreman,作为在cubietruck等大型机器上安装的演示。我们无法从以下来源构建工头安装程序: bundle install --without mysql2 pg test --path vendor Your Gemfile lists the gem gettext_i18n_rails_js (>= 0.0.8) more than once. You should probably keep only one of them. While it's

我们正在尝试在树莓上安装foreman,作为在cubietruck等大型机器上安装的演示。我们无法从以下来源构建工头安装程序:

bundle install --without mysql2 pg test --path vendor
Your Gemfile lists the gem gettext_i18n_rails_js (>= 0.0.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem gettext (~> 2.0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem locale (<= 2.0.9) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem minitest (~> 4.7) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...............................................
Could not find gem 'capybara (~> 2.0.0) ruby' in the gems available on this
machine.
你知道我们遗漏了什么吗

问候


Stefan

你能把你的Gemfile包括进来吗?我对
'capybara(~>2.0.0)ruby'
感到有点惊讶。。。我本来希望看到水豚(~>2.0.0)
sudo gem list

*** LOCAL GEMS ***

bundler (1.6.2)
capybara (2.0.0)
childprocess (0.5.3)
ffi (1.9.3)
mime-types (2.3)
mini_portile (0.6.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
rack (1.5.2)
rack-test (0.6.2)
rubyzip (1.1.4)
selenium-webdriver (2.42.0)
websocket (1.0.7)
xpath (1.0.0)