diff --git a/Gemfile b/Gemfile index ac0bccf..57cf86d 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem 'grape_logging' gem 'api-pagination', '~> 4.1.1' gem 'rack-cors' gem 'rack-contrib' +gem 'therubyracer' # asset pipeline gem 'uglifier', '>= 1.0.3' @@ -57,4 +58,4 @@ eval(File.read('config/Gemfile'), binding) rescue nil # dependencies. Dir.glob('config/plugins/*/Gemfile').each do |gemfile| eval File.read(gemfile) -end +end \ No newline at end of file -- libgit2 0.21.2