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