-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
68 lines (65 loc) · 1.32 KB
/
Gemfile.lock
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
PATH
remote: .
specs:
dao (0.0.1)
docker-api (~> 1.17)
puma
rack (~> 1.6)
rack-proxy (~> 0.5)
rubydns (~> 1.0)
GEM
remote: https://rubygems.org/
specs:
celluloid (0.16.0)
timers (~> 4.0.0)
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
coderay (1.1.0)
diff-lcs (1.2.5)
docker-api (1.20.0)
excon (>= 0.38.0)
json
excon (0.44.4)
hitimes (1.2.2)
json (1.8.2)
method_source (0.8.2)
nio4r (1.1.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.6.0)
rack-proxy (0.5.17)
rack
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.0)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.1)
rubydns (1.0.1)
celluloid (~> 0.16.0)
celluloid-io (~> 0.16.2)
timers (~> 4.0.1)
slop (3.6.0)
timers (4.0.1)
hitimes
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.7)
dao!
pry
rake (~> 10.0)
rspec (~> 3.2)