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

openssl should not be declared as a dependency #12

Closed
pmvilaca opened this issue Jun 4, 2015 · 1 comment
Closed

openssl should not be declared as a dependency #12

pmvilaca opened this issue Jun 4, 2015 · 1 comment

Comments

@pmvilaca
Copy link
Contributor

pmvilaca commented Jun 4, 2015

openssl is declared as a dependency in gemspec.

  s.add_runtime_dependency 'openssl',      '1.0.0.beta'

As openssl is part of the ruby core, we just need to import the module where needed but it doesn't need to be declared in gemspec.

sensu-plugins-ssl also had the same problem and it was resolved with this commit - sensu-plugins/sensu-plugins-ssl@fd8539f

pmvilaca added a commit to pmvilaca/sensu-plugins-aws that referenced this issue Jun 4, 2015
@tas50
Copy link
Contributor

tas50 commented Jun 4, 2015

Fixed in #13

@tas50 tas50 closed this as completed Jun 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants