X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5f7b9f0177ca5a045eddb791116f5e6ff823f7fc..c8a96c4acc1e187ae2294a27e953fb619975f21d:/apps/workbench/Gemfile?ds=sidebyside diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 9f5182b0cd..f095c481a5 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -24,7 +24,7 @@ gem 'coffee-rails' # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails' + gem 'sass-rails', '~> 4.0.4' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', :platforms => :ruby @@ -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'