Closed sashazykov closed 10 years ago
Something's wrong with your bundle. Koala shouldn't require faraday (0.9.0)
, it simply does not have a version constraint.
I'd suggest adding
gem 'faraday', '< 0.9'
to your Gemfile
and doing bundle update faraday
.
vkontakte_api
depends on faraday_middleware
which in turn does not support faraday
0.9 yet.
Added faraday 0.9
support in 1.4
.
I can't use the gem together with koala