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 Installing Rails on Mac

MaryAnn Eleanya
MaryAnn Eleanya
8,626 Points

Ruby on rails

It seems that my computer is not providing me with a local host of where to access my rails app. I keep receiving the below error message.

"/Users/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:135:in `require': cannot load such file -- bundler/dep_proxy (LoadError)"

1 Answer

Jay McGavren
STAFF
Jay McGavren
Treehouse Teacher

From your output, I can see that you have Ruby 2.5.1 installed. The instructions in our courses may not work correctly unless you install Ruby 2.3.1.

Please make sure you are using the command rvm install 2.3.1 to install Ruby, and not some other command. You should go through the other commands in the video and ensure that you have typed them exactly as they appear in the video.