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 Ruby Foundations Ruby Basics Installing Ruby

Does the Ruby version matters?

The version of Ruby 1.9.3 is installed as demonstrated in the video of Dive deep into Ruby tutorial. Now Ruby 2.0 is released and I noticed that an older version of Ruby 1.8.7 has been already installed in my Mac.

Does it matter if the new version 2.0 runs for this tutorial or just using the default version of Ruby installed by Apple?

Thanks.

1 Answer

James Barnett
James Barnett
39,199 Points

Oh yes it can be very important. In particular if you are following a tutorial (like on Treehouse) then you can save yourself a world of pain by using the same version of Ruby and (most importantly) the same version of the Rails gem.

One important thing to understand is semantic versioning, there's a huge difference between the jump between 1.8.7 to 1.9.3 and 1.9.3 and 2.0.0.