Commit 57521d2e91c796cc615f23a2df360bb8de518c34

Authored by Victor Costa
1 parent c3467d32

Revert "Revert "Fix gemfile""

This reverts commit 2b93afb785be032bbf2d44f62cf6480b57088d83.
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -26,6 +26,9 @@ gem 'grape_logging'
26 26 gem 'rack-cors'
27 27 gem 'rack-contrib'
28 28  
  29 +gem 'therubyracer'
  30 +gem 'execjs'
  31 +
29 32 #gem 'grape-swagger-rails'
30 33  
31 34 # FIXME list here all actual dependencies (i.e. the ones in debian/control),
... ...