magic_cloud icon indicating copy to clipboard operation
magic_cloud copied to clipboard

Slop conflicts

Open bbbco opened this issue 9 years ago • 3 comments

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)

bbbco avatar Dec 10 '15 06:12 bbbco

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

zverok avatar Dec 10 '15 12:12 zverok

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.

bbbco avatar Dec 17 '15 15:12 bbbco

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

anvox avatar Feb 08 '17 05:02 anvox