Commit f36214f4459e503c5927361bb1e1db1f427cdd97

Authored by Evandro Jr
1 parent e7900942

Added gem 'therubyracer'

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -26,6 +26,7 @@ gem 'grape_logging' @@ -26,6 +26,7 @@ gem 'grape_logging'
26 gem 'api-pagination', '~> 4.1.1' 26 gem 'api-pagination', '~> 4.1.1'
27 gem 'rack-cors' 27 gem 'rack-cors'
28 gem 'rack-contrib' 28 gem 'rack-contrib'
  29 +gem 'therubyracer'
29 30
30 # asset pipeline 31 # asset pipeline
31 gem 'uglifier', '>= 1.0.3' 32 gem 'uglifier', '>= 1.0.3'
@@ -57,4 +58,4 @@ eval(File.read('config/Gemfile'), binding) rescue nil @@ -57,4 +58,4 @@ eval(File.read('config/Gemfile'), binding) rescue nil
57 # dependencies. 58 # dependencies.
58 Dir.glob('config/plugins/*/Gemfile').each do |gemfile| 59 Dir.glob('config/plugins/*/Gemfile').each do |gemfile|
59 eval File.read(gemfile) 60 eval File.read(gemfile)
60 -end 61 -end
  62 +end
61 \ No newline at end of file 63 \ No newline at end of file