I have decided to try to deploy Copycopter-server on my VPS . After cloning the Github repository on my development machine , I tried bundle install . And then the error appeared :
Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Connection refused - connect(2) (http://rubygems.org/gems/Platform-0.4.0.gem)
I have tried to install the gems Platform and Popen4 locally with no success . It seems the last activity for improvement of the Platform gem is from 2005...
I need your advices on :
- how can I find where these gems (
Platformais a dependency ofPopen4) are used in theCopycopter-serverapplication ? - Could it be a temporary Rubigems.org problem or the gems are not compatible with Rails 3.2.11 ?
- What could be the reason the names
PlatformandPopen4to be capitalized in the Gemfile?
Thank you for your time.
Please check your network settings. Connection refused sounds more like your are not allowed to connect to rubygems at all. Try a
to find out.
Update from the comments:
The source line in the
Gemfilehas to be changed fromto