Update to rails 4.1

This commit is contained in:
Henne Vogelsang 2014-04-23 17:23:21 +02:00
parent 2e9b92c3af
commit eacdd9cfd6
2 changed files with 49 additions and 44 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
# Use rails as framework
gem 'rails', '4.0.0'
gem 'rails', '~> 4.1'
# Use mysql as the database for Active Record
gem 'mysql2'