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 trialBrian Patterson
19,588 PointsShame about this tutorial
It's a real shame that this tutorial is not updated. As when I try to run bundle I get this error
An error occurred while installing json (1.8.1), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.1'` succeeds before bundling.
It basically means that app is not usable. It would have been great if she started from scratch.
2 Answers
Brandon McClelland
4,645 PointsRun bundle update && bundle install
to see if you can get gem to properly install the json version you need.
Racheal Williams
248 PointsI ran 'bundle update json' and that worked fine for me...gdluck!
David O' Rojo
11,051 PointsDavid O' Rojo
11,051 PointsTo be fair, it is not a tutorial on Β«solving dependency errorsΒ». But if you share the complete error message, the community may help you to solve the issue.