zverok / magic_cloud

Simple pretty word cloud for Ruby
MIT License
85 stars 27 forks source link

Slop conflicts #4

Open bbbco opened 8 years ago

bbbco commented 8 years ago

I'm getting this error when trying to require magic_cloud.

/home/bbbco/.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2112:in `raise_if_conflicts': Unable to activate magic_cloud-0.0.3, because slop-3.6.0 conflicts with slop (~> 3.0.0) (Gem::ConflictError)
zverok commented 8 years ago

Do you use slop in your project? Or is it just magic cloud conflicting with itself somehow?..

bbbco commented 8 years ago

I am not intentionally using slop, I believe it is a Gem conflict. I had to change the gemfile dependency to use the later version.

anvox commented 7 years ago

pry or pry-rails uses different slop version. I'm working on a fork which less dependency. IMO, slop should be optional