"Unable to activate" ruby gem: dependencyissue -


i'm noob run gem dependencies. error when trying run ruby program

.rbenv/versions/2.1.5/lib/ruby/2.1.0/rubygems/specification.rb:2064:in `raise_if_conflicts': unable activate familysearch-0.4.2, because faraday-0.9.1 conflicts faraday (~> 0.8.4), multi_json-1.11.2 conflicts multi_json (~> 1.5.0) (gem::loaderror) 

in trouble shooting, installed bundler. here lock file looks like:

gem   remote: https://rubygems.org/   specs:     mini_portile (0.6.2)     nokogiri (1.6.6.2)       mini_portile (~> 0.6.0)     rack (1.6.4)  platforms   ruby  dependencies   faraday (~> 0.9.1)   nokogiri   rack (~> 1.1)  bundled    1.10.5 

i found similar stuff on webs , solutions. unfortunately, none of these worked me. thank looking :)

the gem you're having issues with, familysearch-0.4.2, hasn't been updated since march of 2014. hence, it's dependent on old gem versions.

i'd recommend submitting issue gem created, jimmyz, on github via https://github.com/jimmyz/familysearch-rb/issues/new.

while vcr tests gem aren't working (so couldn't check work), try using forked version of gem below updated dependencies.

gem "familysearch", git: 'https://github.com/acpk/familysearch-rb.git'     

Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -