update gemfile to point to latest rails. This will get you the recent security updates

This commit is contained in:
Reinier Balt 2012-06-16 21:32:35 +02:00
parent 436cc862d6
commit ec18ec64cd
2 changed files with 51 additions and 47 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'rails', '3.2.3'
gem 'rails'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
@ -72,6 +72,7 @@ group :test do
gem "database_cleaner"
gem "cucumber-rails"
gem "aruba"
gem "therubyracer"
# uncomment to use the webkit option. This depends on Qt to be installed
#gem "capybara-webkit"