X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ac57b0bc6cb5d90da57c943df489401c63b7a7f..1c7de9d85417202a48ea82409ab390dfcab7f2a5:/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'