magic_cloud
magic_cloud copied to clipboard
Slop conflicts
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)
Do you use slop in your project? Or is it just magic cloud conflicting with itself somehow?..
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.
pry
or pry-rails
uses different slop
version. I'm working on a fork which less dependency.
IMO, slop
should be optional