I am following along in a Treehouse tutorial where the instructor is using ruby 1.9.3 with rails 3.2.13. I've already tried gem uninstall rails
and selected 4.1.1 as well as gem uninstall railties
and selected 4.1.1.
I have even specified in my gemfile to use gem 'rails', '3.2.13'
When I run bundle
, rails auto updates to 4.1.1
. Is there a possible way to set 3.2.13 as default or even possibly force-block rails 4.1.1?