upgrade rails and allow blank iens profile

This commit is contained in:
2013-01-13 12:53:45 +01:00
parent f08d19a50b
commit afe7f9d2fc
4 changed files with 58 additions and 62 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'rails', '3.2.9'
gem 'rails', '3.2.11'
gem 'rack-cors', :require => 'rack/cors'
# Bundle edge Rails instead:
@@ -49,7 +49,7 @@ gem 'kaminari-bootstrap'
# gem 'jbuilder'
group :development do
gem 'pry'
gem 'pry-remote'
#gem 'pry-remote'
gem 'rspec-rails'
gem 'guard-rspec'
gem 'quiet_assets'