Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a valid gem 'openssl' #24

Closed
maximnik opened this issue Aug 27, 2015 · 2 comments
Closed

Could not find a valid gem 'openssl' #24

maximnik opened this issue Aug 27, 2015 · 2 comments

Comments

@maximnik
Copy link

Hi

Tried to use gem 'openssl' in Gemfile., but got error:

ERROR: Could not find a valid gem 'openssl' (>= 0) in any repository

Checked on rubygems.org and there is no openssl gem. There are many others, but not this specific.

Is this known issue? Was openssl officially deprecated?

Thanks.

@jasonco-dev
Copy link

I'm getting the same error too when deploying to AWS Elasticbeanstalk and bundler is run:

"Could not find openssl-1.0.0.beta in any of the sources. "

What I finally did was remove the gem declaration from the Gemfile, since the OpenSSL lib is already included with Ruby Standard Libraries (ruby 2.2.1) and the function I was using is already included:

http://ruby-doc.org/stdlib-2.1.0/libdoc/openssl/rdoc/index.html

@zzak
Copy link
Member

zzak commented Aug 30, 2015

This is because the gem has not been released outside of Ruby, it's still included as a default gem when you install Ruby and hasn't been pushed to rubygems.org yet.

Please wait a little longer~

@zzak zzak closed this as completed Aug 30, 2015
bnowakow added a commit to bnowakow/medicover-visit-watchdog that referenced this issue Nov 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants