-
Notifications
You must be signed in to change notification settings - Fork 19
/
Gemfile
25 lines (23 loc) · 906 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2015-2017, Blockbridge Networks LLC. All rights reserved.
# Use of this source code is governed by a BSD-style license, found
# in the LICENSE file.
#
# -*- mode: ruby -*-
source 'https://rubygems.org'
gem 'goliath'
gem 'grape', :github => 'srust/grape', :branch => '1048_dot_in_version_accept_header'
gem 'docker-api', :require => 'docker', :github => 'swipely/docker-api', :branch => 'master'
gem 'blockbridge-api', :git => '/usr/lib/blockbridge-api', :branch => 'master'
gem 'blockbridge-util', :git => '/usr/lib/blockbridge-util', :branch => 'master'
gem 'heroics', :git => '/usr/lib/heroics', :branch => '0.0.17-bb'
gem 'clamp', :git => '/usr/lib/clamp', :branch => 'bb2'
gem 'posix-spawn'
gem 'rest-client'
gem 'rest-client-components'
gem 'em-http-request'
gem 'em-synchrony'
gem 'excon', '>= 0.46.0'
gem 'require_all'
gem 'facets', '~> 3.0'
gem 'moneta', '~> 0.8'
gem 'hashie'