Andrew
Joined
Activity
Having trouble getting past the following error on 'cap production deploy'... please help!
00:05 deploy:migrating
01 $HOME/.rbenv/bin/rbenv exec rake db:migrate
01 /home/ubuntu/.rbenv/versions/2.5.1/lib/ruby/2.5.0/rubygems/resolver.rb:231:in `search_for'
01 :
01 Unable to resolve dependency: user requested 'did_you_mean (= 1.2.0)'
01 (
01 Gem::UnsatisfiableDependencyError
01 )
Looks like I just have to run
cap production deploy
again!
Please help! I've successfully completed this tutorial and now have a fully functional DB up and running online.
Now I've just updated my rails app for the first time on my local machine and pushed these updates to my git repo, yet I'm not seeing these updates in production.
How do I update my production application?
Thanks in advance for your time and consideration!