Update rails to address CVE-2014-3514. Fix the deployment

This commit is contained in:
Henne Vogelsang 2014-08-19 12:31:31 +02:00
parent 3581edf58c
commit f2bbb68ad9
3 changed files with 32 additions and 27 deletions

View file

@ -102,6 +102,9 @@ gem 'activeuuid'
# We use whenever for recurring jobs
gem 'whenever', :require => false
# We use daemons to run scripts
gem 'daemons'
# Use guard and spring for testing in development
group :development do
# rspec Guard rules