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

uninitialized constant Coveralls::Gcov::Runner::SecureRandom error #1

Open
yoiang opened this issue Jun 25, 2015 · 4 comments · May be fixed by #2
Open

uninitialized constant Coveralls::Gcov::Runner::SecureRandom error #1

yoiang opened this issue Jun 25, 2015 · 4 comments · May be fixed by #2
Assignees

Comments

@yoiang
Copy link

yoiang commented Jun 25, 2015

Hello!
Running from the command line I'm getting the error:

uninitialized constant Coveralls::Gcov::Runner::SecureRandom

This is regardless of the parameters I send (excluding help). Running with --trace does not change the output.

I've installed the gem via gem install.

Thanks!

@kishikawakatsumi kishikawakatsumi self-assigned this Jun 27, 2015
@bzick
Copy link

bzick commented Sep 10, 2015

+1

@mremond
Copy link

mremond commented Oct 9, 2015

I have the same issue. The runner.rb file needs:

require 'securerandom'

At the beginning of the file.

@robertofrontado
Copy link

@yoiang any news?

@mremond Do you know how to workaround this?

@yoiang
Copy link
Author

yoiang commented Jan 18, 2017

@robertofrontado I haven't done any work on it and it's been a while since I've used the library

@davidsiaw davidsiaw linked a pull request Sep 6, 2018 that will close this issue
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

Successfully merging a pull request may close this issue.

5 participants