X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6207681aa301ad12d164aab24f52a210945af04b..694836fc68fbe6414d5248b48889ea3be1c33b75:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index 3b4330935c..5134fc4ce8 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -67,17 +67,19 @@ gem 'andand' gem 'test_after_commit', :group => :test -gem 'google-api-client', '~> 0.6.3' gem 'trollop' gem 'faye-websocket' gem 'themes_for_rails' gem 'arvados', '>= 0.1.20150615153458' -gem 'arvados-cli', '>= 0.1.20151023185755' +gem 'arvados-cli', '>= 0.1.20151207150126' # pg_power lets us use partial indexes in schema.rb in Rails 3 gem 'pg_power' gem 'puma' gem 'sshkey' +gem 'safe_yaml' +gem 'lograge' +gem 'logstash-event'