forked from pivotal-cf/cf-rabbitmq-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
83 lines (80 loc) · 1.71 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
GEM
remote: https://rubygems.org/
specs:
amq-protocol (2.2.0)
ansi (1.5.0)
bosh-template (2.0.0)
semi_semantic (~> 1.2.0)
bunny (2.7.2)
amq-protocol (>= 2.2.0)
byebug (9.1.0)
chronic (0.10.2)
coderay (1.1.2)
diff-lcs (1.3)
effin_utf8 (1.0)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
hashie (3.5.6)
httparty (0.15.6)
multi_xml (>= 0.5.2)
json (2.1.0)
method_source (0.9.0)
mqtt (0.5.0)
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
papertrail (0.10.4)
ansi (~> 1.5)
chronic (~> 0.10)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
rabbitmq_http_api_client (1.9.1)
effin_utf8 (~> 1.0.0)
faraday (~> 0.13.0)
faraday_middleware (~> 0.12.0)
hashie (~> 3.5)
multi_json (~> 1.12)
rake (12.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-instafail (1.0.0)
rspec
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-retry (0.5.6)
rspec-core (> 3.3, < 3.8)
rspec-support (3.7.0)
semi_semantic (1.2.0)
stomp (1.4.4)
PLATFORMS
ruby
DEPENDENCIES
bosh-template
bunny
httparty
json
mqtt
papertrail
pry-byebug
rabbitmq_http_api_client
rake
rspec (~> 3.3)
rspec-instafail
rspec-retry
stomp
BUNDLED WITH
1.16.0