By weavedecor
Hi, I am new to Digital Ocean. I am try to set up an application using ruby-2.1.1. I have created a droplet with ruby on rails
Running ruby -v display ruby-2.0.0-p353
to update ruby to 2.1.1 i have ran the following commands
rvm install 2.1.1 rvm use ruby-2.1.1 --default gem install rails -v 4.0.3 rvm gemset create Rails4.0.3 rvm use ruby-2.1.1@Rails4.0.3
I then created a new app call myapp
I have updated the app paths in /etc/default/unicorn and /etc/default/unicorn to point to the myapp directory
I then set the etc/default/unicorn path to
PATH=/usr/local/rvm/rubies/ruby-2.1.1/bin:/usr/local/rvm/gems/ruby-2.1.1/bin:/home/unicorn/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/sbin:$
When i restart unicorn i get lots of ruby-2.0.0-p353 errors. What am i missing?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Here are some of the unicorn error log
<br>
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>E, [2014-04-14T16:41:04.007136 #27415] ERROR – : reaped #<Process::Status: pid 27468 exit 1> worker=1
<br>I, [2014-04-14T16:41:04.007321 #27415] INFO – : worker=1 spawning…
<br>E, [2014-04-14T16:41:04.010551 #27415] ERROR – : reaped #<Process::Status: pid 27470 exit 1> worker=0
<br>I, [2014-04-14T16:41:04.010792 #27415] INFO – : worker=0 spawning…
<br>I, [2014-04-14T16:41:04.011909 #27474] INFO – : worker=1 spawned pid=27474
<br>I, [2014-04-14T16:41:04.013637 #27476] INFO – : worker=0 spawned pid=27476
<br>I, [2014-04-14T16:41:04.022396 #27474] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:04.027955 #27476] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:04.537845 #27476] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>config.ru:4:in block in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize' <br>config.ru:1:in new’
<br>config.ru:1:in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>' <br>E, [2014-04-14T16:41:04.541358 #27415] ERROR -- : reaped #<Process::Status: pid 27476 exit 1> worker=0 <br>I, [2014-04-14T16:41:04.541648 #27415] INFO -- : worker=0 spawning... <br>E, [2014-04-14T16:41:04.543156 #27474] ERROR -- : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound) <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require’
<br>/home/cam/config/boot.rb:4:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/application.rb:1:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/environment.rb:2:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>config.ru:4:in block in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize’
<br>config.ru:1:in new' <br>config.ru:1:in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>E, [2014-04-14T16:41:04.546257 #27415] ERROR – : reaped #<Process::Status: pid 27474 exit 1> worker=1
<br>I, [2014-04-14T16:41:04.546551 #27415] INFO – : worker=1 spawning…
<br>I, [2014-04-14T16:41:04.547722 #27481] INFO – : worker=0 spawned pid=27481
<br>I, [2014-04-14T16:41:04.552247 #27483] INFO – : worker=1 spawned pid=27483
<br>I, [2014-04-14T16:41:04.557446 #27481] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:04.562058 #27483] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:05.058514 #27481] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>config.ru:4:in block in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize' <br>config.ru:1:in new’
<br>config.ru:1:in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>' <br>E, [2014-04-14T16:41:05.061335 #27483] ERROR -- : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound) <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require’
<br>/home/cam/config/boot.rb:4:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/application.rb:1:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/environment.rb:2:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>config.ru:4:in block in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize’
<br>config.ru:1:in new' <br>config.ru:1:in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>E, [2014-04-14T16:41:05.064652 #27415] ERROR – : reaped #<Process::Status: pid 27481 exit 1> worker=0
<br>I, [2014-04-14T16:41:05.064998 #27415] INFO – : worker=0 spawning…
<br>E, [2014-04-14T16:41:05.068134 #27415] ERROR – : reaped #<Process::Status: pid 27483 exit 1> worker=1
<br>I, [2014-04-14T16:41:05.068384 #27415] INFO – : worker=1 spawning…
<br>I, [2014-04-14T16:41:05.069480 #27487] INFO – : worker=0 spawned pid=27487
<br>I, [2014-04-14T16:41:05.073662 #27489] INFO – : worker=1 spawned pid=27489
<br>I, [2014-04-14T16:41:05.080212 #27487] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:05.084969 #27489] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:05.687651 #27487] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>config.ru:4:in block in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize' <br>config.ru:1:in new’
<br>config.ru:1:in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>' <br>E, [2014-04-14T16:41:05.692807 #27489] ERROR -- : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound) <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require’
<br>/home/cam/config/boot.rb:4:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/application.rb:1:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/environment.rb:2:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>config.ru:4:in block in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize’
<br>config.ru:1:in new' <br>config.ru:1:in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>E, [2014-04-14T16:41:05.701349 #27415] ERROR – : reaped #<Process::Status: pid 27487 exit 1> worker=0
<br>I, [2014-04-14T16:41:05.701748 #27415] INFO – : worker=0 spawning…
<br>E, [2014-04-14T16:41:05.703328 #27415] ERROR – : reaped #<Process::Status: pid 27489 exit 1> worker=1
<br>I, [2014-04-14T16:41:05.703862 #27415] INFO – : worker=1 spawning…
<br>I, [2014-04-14T16:41:05.705539 #27493] INFO – : worker=0 spawned pid=27493
<br>I, [2014-04-14T16:41:05.709940 #27495] INFO – : worker=1 spawned pid=27495
<br>I, [2014-04-14T16:41:05.718292 #27493] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:05.725071 #27495] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:06.246300 #27495] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>config.ru:4:in block in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize' <br>config.ru:1:in new’
<br>config.ru:1:in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>' <br>E, [2014-04-14T16:41:06.249890 #27415] ERROR -- : reaped #<Process::Status: pid 27495 exit 1> worker=1 <br>I, [2014-04-14T16:41:06.250156 #27415] INFO -- : worker=1 spawning... <br>I, [2014-04-14T16:41:06.253629 #27499] INFO -- : worker=1 spawned pid=27499 <br>E, [2014-04-14T16:41:06.254767 #27493] ERROR -- : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound) <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require’
<br>/home/cam/config/boot.rb:4:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/application.rb:1:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/environment.rb:2:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>config.ru:4:in block in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize’
<br>config.ru:1:in new' <br>config.ru:1:in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>E, [2014-04-14T16:41:06.260695 #27415] ERROR – : reaped #<Process::Status: pid 27493 exit 1> worker=0
<br>I, [2014-04-14T16:41:06.261090 #27415] INFO – : worker=0 spawning…
<br>I, [2014-04-14T16:41:06.264302 #27502] INFO – : worker=0 spawned pid=27502
<br>I, [2014-04-14T16:41:06.269174 #27499] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:06.274049 #27502] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:06.893315 #27499] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>config.ru:4:in block in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize' <br>config.ru:1:in new’
<br>config.ru:1:in <main>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>' <br>E, [2014-04-14T16:41:06.896815 #27415] ERROR -- : reaped #<Process::Status: pid 27499 exit 1> worker=1 <br>I, [2014-04-14T16:41:06.897124 #27415] INFO -- : worker=1 spawning... <br>E, [2014-04-14T16:41:06.899846 #27502] ERROR -- : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound) <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require’
<br>/home/cam/config/boot.rb:4:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/application.rb:1:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/environment.rb:2:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>config.ru:4:in block in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in instance_eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/rack-1.5.2/lib/rack/builder.rb:55:in initialize’
<br>config.ru:1:in new' <br>config.ru:1:in <main>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in eval' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn.rb:48:in block in builder’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in call' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:750:in build_app!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:623:in init_worker_process' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:643:in worker_loop’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:527:in spawn_missing_workers' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:538:in maintain_worker_count’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/lib/unicorn/http_server.rb:303:in join' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/unicorn-4.7.0/bin/unicorn:126:in <top (required)>’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in load' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/bin/unicorn:23:in <main>’
<br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in eval' <br>/usr/local/rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in <main>’
<br>I, [2014-04-14T16:41:06.901155 #27505] INFO – : worker=1 spawned pid=27505
<br>E, [2014-04-14T16:41:06.904302 #27415] ERROR – : reaped #<Process::Status: pid 27502 exit 1> worker=0
<br>I, [2014-04-14T16:41:06.904600 #27415] INFO – : worker=0 spawning…
<br>I, [2014-04-14T16:41:06.909807 #27508] INFO – : worker=0 spawned pid=27508
<br>I, [2014-04-14T16:41:06.914121 #27505] INFO – : Refreshing Gem list
<br>I, [2014-04-14T16:41:06.923175 #27508] INFO – : Refreshing Gem list
<br>E, [2014-04-14T16:41:07.427919 #27505] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in block in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in map!’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in materialize' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in specs_for' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in requested_specs’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in requested_specs' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in setup’
<br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler.rb:120:in setup' <br>/usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in rescue in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in require' <br>/home/cam/config/boot.rb:4:in <top (required)>’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/home/cam/config/application.rb:1:in <top (required)>' <br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require’
<br>/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require' <br>/home/cam/config/environment.rb:2:in <top (required)>’
<br>
<pre>E, [2014-04-14T16:41:05.061335 #27483] ERROR – : Could not find minitest-5.3.2 in any of the sources (Bundler::GemNotFound)</pre> <br>It looks like it can’t find the “minitest” gem. Is it installed?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.