I am trying to update jekyll for a while now but all I got is this Error:
localhost:~ MYNAME$ sudo gem update --system
Latest version currently installed. Aborting.
localhost:~ MYNAME$ sudo gem update jekyll
Updating installed gems
Updating jekyll
ERROR: While executing gem ... (Gem::SpecificGemNotFoundException)
Could not find a valid gem 'jekyll' (= 1.4.2) locally or in a repository
localhost:~ MYNAME$
What am I doing wrong?
UPDATE:
When I’ll try to install jekyll (What isn't really necessary, because I am already working with it) I’ll get this:
localhost:~ MYNAME$ sudo gem install jekyll
ERROR: Could not find a valid gem 'jekyll' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server key exchange B: bad ecpoint (https://aws-eu-cache01.rubygems.org/quick/Marshal.4.8/jekyll-1.4.2.gemspec.rz)
ERROR: Possible alternatives: jekyll
localhost:~ MYNAME$
No Clue! I already updated my certificates with rvm
and brew
but receive the same errors.
And I already tried to set URL to http like this:
localhost:~ MYNAME$ gem update jekyll --source http://rubygems.org
Same result!