Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialUnsubscribed User
8,167 PointsDeploying to Heroku
Trying to deploy to heroku...getting the Failed to install gems via Bundler and the specific gem is the Warden which is part of Devise.
it says Could not find warden-1.2.2 in any of the sources but in my gemfile.lock Im running warden (~> 1.2.3) and have updated the bundle but when i push to heroku it says Verson 1.2.2 and won't let me push...
any idea of what's going on?
Richard Crawford-Wilson
6,094 PointsRemove Gemfile.lock and do a fresh bundle install.
ALso we need to see the complete log from heroku in order to help you further.
1 Answer
Unsubscribed User
8,167 PointsI got it to work. I manually added the gemfile.lock, ran a bundle install and pushed to heroku then migrated the heroku DB and got it working
Andre' Jones
26,671 PointsAndre' Jones
26,671 PointsIf everything is working in Development - Bug the Support at Heroku about it. (thats what I do)