X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72aa70eec7693bfb5d46a4bdac3619b3c6b1f79c..c8a96c4acc1e187ae2294a27e953fb619975f21d:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index f97869b394..f095c481a5 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -56,6 +56,8 @@ gem 'bootstrap-sass', '~> 3.1.0' gem 'bootstrap-x-editable-rails' gem 'bootstrap-tab-history-rails' +gem 'angularjs-rails' + gem 'less' gem 'less-rails' gem 'wiselinks' @@ -90,3 +92,6 @@ gem "deep_merge", :require => 'deep_merge/rails_compat' gem 'morrisjs-rails' gem 'raphael-rails' + +gem 'rails-perftest' +gem 'ruby-prof'