I am trying to deploy a simple demo app via cap. When I run cap deploy:migrations
rake seems to fail with:
** [out :: -----.com] Could not find highline-1.6.9 in any of the sources
** [out :: -----.com] Try running 'bundle install'.
My production machine (Dreamhost) has highline (1.6.9, 1.6.2)
and my dev machine highline (1.6.9)
. I have been going though and downgrading each o these on my dev machine etc. only to have it throw a new one at me each time.
I must be missing something obvious here.
Dan