X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ed8897b942f147afccf8eeac1025861ffe2f1690..82dc8eadba19c7727deeb4056f500fe8e4ba37a6:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 9c874e2b6f..20d64d17a1 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -53,8 +53,7 @@ group :test, :performance do end gem 'jquery-rails' -gem 'sprockets-rails' -gem 'bootstrap-sass', '~> 3.3.0' +gem 'bootstrap-sass', '~> 3.1.0' gem 'bootstrap-x-editable-rails' gem 'bootstrap-tab-history-rails' @@ -94,3 +93,8 @@ gem "deep_merge", :require => 'deep_merge/rails_compat' gem 'morrisjs-rails' gem 'raphael-rails' + +gem 'lograge' +gem 'logstash-event' + +gem 'safe_yaml'