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 trial

Ruby

Jaco Burger
Jaco Burger
20,807 Points

Stuck: Ruby bundle install error

Hi guys. For some reason I can't install the bundle on Mac OS 10.9 Mavericks.

I get this error " An error occurred while installing bcrypt (3.1.7), and Bundler cannot continue. Make sure that gem install bcrypt -v '3.1.7' succeeds before bundling. "

Apologies if this was asked before.

1 Answer

You may have configured Bundler to install gems into a sub-directory of your project rather than the root directory. This might be a reason that the error is occurring.