Closed waqaarali closed 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?
Issue resolved, the plugin that was depending on rbsecp256k1 was still requesting for 5.1.0, was changed to 5.1.1
rbsecp256k1
This is my Gemfile's end line:
And my Gemfile.lock corresponds similarly. However, when I run
I get the following output:
I tried to downgrade to 5.1.0 but then I noticed that it still has the errors of:
So, I'm pretty stuck right now, any ideas?