CDB-2751 found the problem, missing gem

pull/394/head
Kartones 11 years ago
parent 2c49d47cac
commit 8091af0d81

@ -28,6 +28,7 @@ gem 'aws-sdk', '1.8.5'
gem 'addressable', '2.3.2', require: 'addressable/uri' gem 'addressable', '2.3.2', require: 'addressable/uri'
gem 'ejs', '~> 1.1.1' gem 'ejs', '~> 1.1.1'
gem 'execjs', '~> 0.4' # Required by ejs
group :production, :staging do group :production, :staging do
gem 'unicorn', '4.8.2' gem 'unicorn', '4.8.2'

@ -97,6 +97,8 @@ GEM
ffi (>= 1.3.0) ffi (>= 1.3.0)
mime-types (~> 1.18) mime-types (~> 1.18)
eventmachine (1.0.3) eventmachine (1.0.3)
execjs (0.4.0)
multi_json (~> 1.0)
extlib (0.9.16) extlib (0.9.16)
factory_girl (4.0.0) factory_girl (4.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -343,6 +345,7 @@ DEPENDENCIES
ejs (~> 1.1.1) ejs (~> 1.1.1)
em-pg-client (= 0.2.1) em-pg-client (= 0.2.1)
eventmachine (= 1.0.3) eventmachine (= 1.0.3)
execjs (~> 0.4)
factory_girl_rails (~> 4.0.0) factory_girl_rails (~> 4.0.0)
faraday (= 0.9.0) faraday (= 0.9.0)
foreman (= 0.46.0) foreman (= 0.46.0)

Loading…
Cancel
Save