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

2 issues while trying to use #5

Closed
beebe4 opened this issue Nov 18, 2021 · 3 comments
Closed

2 issues while trying to use #5

beebe4 opened this issue Nov 18, 2021 · 3 comments

Comments

@beebe4
Copy link

beebe4 commented Nov 18, 2021

  1. have to include branch: main (good on you) was getting:
❯ bundle
Fetching https://github.com/q9f/omniauth-ethereum.git
fatal: Needed a single revision
Git error: command `git rev-parse --verify master` in directory
/Users/project/core has failed.
Revision master does not exist in the repository
https://github.com/q9f/omniauth-ethereum.git. Maybe you misspelled it?
If this error persists you could try removing the cache directory
'/Users/beebe4/.rvm/gems/ruby-2.7.2/cache/bundler/git/omniauth-ethereum-2fd54d8c03f57fcb075461c8088506557d671a3f'

So added:

`gem 'omniauth-ethereum', :github => 'q9f/omniauth-ethereum', branch: 'main'`
  1. Now getting this:
❯ bundle
Fetching https://github.com/q9f/omniauth-ethereum.git
WARNING: /Users/beebe4/.rvm/rubies/ruby-2.7.2/bin/ruby is loading libcrypto in an unsafe way
[1]    43323 abort      bundle
@q9f
Copy link
Owner

q9f commented Nov 18, 2021

WARNING: /Users/beebe4/.rvm/rubies/ruby-2.7.2/bin/ruby is loading libcrypto in an unsafe way

I'm sorry. This is a macos issue with the eth gem that I coudln't fix yet. se3000/ruby-eth#66

I don't have a mac, so I'm of limited help here.

@q9f
Copy link
Owner

q9f commented Nov 18, 2021

have to include branch: main (good on you) was getting:

You can use ruby gems now: https://rubygems.org./gems/omniauth-ethereum, I just pushed it. I'm still testing it myself though.

@justinsoong
Copy link

@beebe4 I had that issue, and I did some symlinking to temporarily resolve it, find your libssl library, then link see the thread in se3000/ruby-eth#66

@q9f q9f closed this as completed Nov 23, 2021
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

3 participants