Rails and RSpec version bumps

Feb 9, 2011 • posted by Michael Hartl

The gem version numbers for rails and rspec/rspec-rails used in the Ruby on Rails Tutorial have been bumped to 3.0.4 and 2.5.0, respectively. In your sample applications, you should change the gem numbers in your Gemfile accordingly, and then run

$ bundle update
$ bundle install

to update the gems.

MORE ARTICLES LIKE THIS: