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

Harsh Mankad
Harsh Mankad
4,650 Points

Not able to install the updated Ruby version and the Rails gem:

When I check my Ruby version, I see the below version:

ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]

Is this the right version of ruby?

Also I can't install Rails:

gem install rails --version 5.0.0 ERROR: Could not find a valid gem 'rails' (= 5.0.0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/specs.4.8.gz)

Would appreciate help to install the updated version of Ruby and the Rails gem.

Thanks.