etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

can't activate rbsecp256k1-5.1.0, already activated rbsecp256k1-5.1.1 #78

Closed waqaarali closed 1 year ago

waqaarali commented 1 year ago

This is my Gemfile's end line:

...
gem "rbsecp256k1", "= 5.1.1"

And my Gemfile.lock corresponds similarly. However, when I run

bundle install

I get the following output:

/home/user/.rbenv/versions/3.1.3/lib/ruby/site_ruby/3.1.0/rubygems/specification.rb:2277:in `check_version_conflict': can't activate rbsecp256k1-5.1.0, already activated rbsecp256k1-5.1.

I tried to downgrade to 5.1.0 but then I noticed that it still has the errors of:

cannot load such file -- rbsecp256k1/rbsecp256k1

So, I'm pretty stuck right now, any ideas?

waqaarali commented 1 year ago

Issue resolved, the plugin that was depending on rbsecp256k1 was still requesting for 5.1.0, was changed to 5.1.1