gems install error
I installed the RubyMine trial on my laptop. When I started a new ruby project, I got
0:54:02 AM RubyMine Gem Manager
RubyMine has detected that
some of the gems required for 'untitled2'
are not installed
Install missing gems
(show balloon)
10:54:42 AM RubyMine Gem Manager
RubyMine has detected that
some of the gems required for 'untitled2'
are not installed
Install missing gems
(show balloon)
I tried to install the missing gems and got
Header 1 |
---|
C:\RailsInstaller\Ruby2.1.0\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:/Users/cmendla/RubymineProjects/untitled2/bin/bundle install DL is deprecated, please use Fiddle Fetching gem metadata from https://rubygems.org/............ Fetching additional metadata from https://rubygems.org/.. Resolving dependencies... Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/gems/rake-10.4.2.gem) An error occurred while installing rake (10.4.2), and Bundler cannot continue. Make sure that `gem install rake -v '10.4.2'` succeeds before bundling. Process finished with exit code 5 |
Any ideas on where to start with this??
thanks
chris
Please sign in to leave a comment.
That appears to be an SSL issue, please refer to the following thread https://gist.github.com/luislavena/f064211759ee0f806c88