Commit b0c4c7b719aa9ad855dc044fc59ab8fd27b3723b
1 parent
cf666c64
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
adding execjs
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -32,6 +32,9 @@ gem 'liquid', '~> 3.0.3' |
32 | 32 | #gem 'grape-swagger-rails' |
33 | 33 | gem 'rubyzip' |
34 | 34 | |
35 | +gem 'execjs' | |
36 | +gem 'therubyracer' | |
37 | + | |
35 | 38 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
36 | 39 | # with their GEM names (not the Debian package names) |
37 | 40 | ... | ... |