From f08191c3966851b19edc949d7819cc58190037d7 Mon Sep 17 00:00:00 2001 From: nfoy Date: Tue, 1 Apr 2014 18:45:00 -0400 Subject: Edit Users now works. Added delayed_job gem. --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 7899a93..83f5525 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,6 +38,8 @@ GEM coffee-script-source execjs coffee-script-source (1.7.0) + delayed_job (4.0.0) + activesupport (>= 3.0, < 4.1) erubis (2.7.0) execjs (2.0.2) hike (1.2.3) @@ -119,6 +121,7 @@ DEPENDENCIES bcrypt-ruby (= 3.1.2) bootstrap-sass coffee-rails (~> 4.0.0) + delayed_job jbuilder (~> 1.2) jquery-rails rails (= 4.0.2) -- cgit v1.2.3-2-g168b