Unresolved gem dependencies
Opened this issue · 1 comments
bdcravens commented
When running bundle install
, get the following:
"Could not find capistrano-2.13.4 in any of the sources"
Deleting Gemfile.lock allowed me to get past this.
leeky commented
Looks like capistrano-2.13.4 was removed from Rubygems for some reason.
Might I suggest running "bundle update capistrano", rather than deleting the entire Gemfile.lock, as that won't update the versions of other gems the project requires. I seem to remember that Prawn was buggy with later versions and custom fonts.