Commit d4babc7537e14e2cf1ec02db6b7acdeb1935187e

Authored by Victor Costa
1 parent 15b4585a

Fix gemfile

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