hubsmoke / bro

A CLI to interact with bropages.org
bropages.org
Other
404 stars 29 forks source link

ruby mime-types dependency runtime error #42

Open odeda opened 10 years ago

odeda commented 10 years ago

Running bropages using ruby 2.1.0p0 with ruby-mime-types 2.1 spits out the following error: /usr/lib/ruby/2.1.0/rubygems/specification.rb:1292:inblock in activate_dependencies': can't satisfy 'mime-types (~> 1.19.0)', already activated 'mime-types-2.1' (Gem::LoadError)`

hubsmoke commented 10 years ago

Thanks for the report! This certainly looks like a bug to me, sorry about that.

Can you paste the output of gem list here?

odeda commented 10 years ago

Sure thing:

*** LOCAL GEMS ***

bigdecimal (1.2.3)
bropages (0.1.0)
commander (4.1.5)
curses (1.0.0)
highline (1.6.20)
io-console (0.4.2)
json (1.8.1)
json_pure (1.8.1)
mime-types (2.1)
minitest (4.7.5)
psych (2.0.2)
rake (10.1.0)
rdoc (4.1.0)
rest-client (1.6.7)
smart_colored (1.1.1)
test-unit (2.1.0.0)```