spruceid / discourse-siwe-auth

Discourse plugin for SIWE authentication
Other
34 stars 17 forks source link

Update eth gem and dependencies to get Eth::Ens functionality #24

Closed communiteq closed 1 year ago

communiteq commented 1 year ago

We're building the Gitcoin Passport plugin and we need Eth::Ens::Resolver. We need version 0.5.11 of the eth gem for that. Including that in the Gitcoin Passport plugin causes a version conflict with this plugin since it uses 0.5.6 of the same gem.

We thought it would be the cleanest solution to update the gem and its dependencies in this plugin as well.