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

Dependency conflict with tty-prompt necromancer #13

Closed
danielpclark opened this issue Feb 27, 2017 · 2 comments
Closed

Dependency conflict with tty-prompt necromancer #13

danielpclark opened this issue Feb 27, 2017 · 2 comments

Comments

@danielpclark
Copy link

require 'tty-prompt'
# => true
require 'tty-table'

Gem::ConflictError: Unable to activate tty-table-0.7.0, because necromancer-0.4.0 conflicts with necromancer (~> 0.3.0)
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/specification.rb:2288:in `raise_if_conflicts'
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/specification.rb:1408:in `activate'
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems.rb:220:in `rescue in try_activate'
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems.rb:213:in `try_activate'
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:126:in `rescue in require'
	from /usr/share/rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
	from (irb):2
	from /usr/share/rvm/rubies/ruby-2.4.0/bin/irb:11:in `<main>'
@piotrmurach
Copy link
Owner

Thanks, I've updated necromancer recently to make it work correctly on Ruby 2.4. I will release new version shortly.

@piotrmurach
Copy link
Owner

Released v0.8.0 that fixes this issue.

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

2 participants