git-media
git-media copied to clipboard
Can't install git-media
After installing per the directions of the README I get the following exception when I run git media status
WARN: Unresolved specs during Gem::Specification.reset:
trollop (>= 0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
/Users/cameroncraig/.rvm/gems/ruby-2.2.2@global/gems/git-media-0.1.5/lib/git-media.rb:4:in `require': cannot load such file -- trollop (LoadError)
I've tried installing and uninstalling multiple times, all the gems install and build correctly when I go through the install process so I'm not sure what's going on
I fixed this with including the dependencies that were complaining in my gemfile. This may be an rvm issue? Not sure...