forked from stellar/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
134 lines (129 loc) · 3.01 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
GIT
remote: https://github.com/stellar/stellar_core_commander.git
revision: 154c81daae1ae9acd41e81e1740e8e961124d8bd
branch: master
specs:
stellar_core_commander (0.0.13)
activesupport (>= 5.2.0)
contracts (~> 0.16)
faraday (~> 0.9.1)
faraday_middleware (~> 0.9.1)
pg (~> 0.18.1)
pry (~> 0.11.3)
sequel (~> 5.5.0)
slop (~> 3.6.0)
stellar-base (>= 0.17.0)
stellar-sdk (>= 0.5.0)
typhoeus (~> 0.8.0)
GIT
remote: https://github.com/stellar/xdrgen.git
revision: c56e3ff84b325e2c28b3668a8c98be89886adf2a
branch: master
specs:
xdrgen (0.0.1)
activesupport (~> 5)
memoist (~> 0.11.0)
slop (~> 3.4)
treetop (~> 1.5.3)
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.1)
activesupport (= 5.2.1)
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
base32 (0.3.2)
citrus (3.0.2)
coderay (1.1.2)
concurrent-ruby (1.0.5)
contracts (0.16.0)
digest-crc (0.4.1)
ethon (0.11.0)
ffi (>= 1.3.0)
excon (0.62.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-digestauth (0.3.0)
faraday (~> 0.7)
net-http-digest_auth (~> 1.4)
faraday_hal_middleware (0.1.0)
faraday_middleware (~> 0.9)
faraday_middleware (0.9.2)
faraday (>= 0.7.4, < 0.10)
ffi (1.9.25)
hyperclient (0.9.0)
faraday (>= 0.9.0)
faraday-digestauth
faraday_hal_middleware
faraday_middleware
net-http-digest_auth
uri_template
i18n (1.1.0)
concurrent-ruby (~> 1.0)
memoist (0.11.0)
method_source (0.9.0)
minitest (5.11.3)
multipart-post (2.0.0)
net-http-digest_auth (1.4.1)
netrc (0.11.0)
octokit (4.12.0)
sawyer (~> 0.8.0, >= 0.5.3)
pg (0.18.4)
polyglot (0.3.5)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
rake (12.3.1)
rbnacl (5.0.0)
ffi
rbnacl-libsodium (1.0.16)
rbnacl (>= 3.0.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sequel (5.5.0)
slop (3.6.0)
stellar-base (0.17.0)
activesupport (>= 5.2.0)
base32
digest-crc
rbnacl
rbnacl-libsodium (~> 1.0.16)
xdr (~> 3.0.0)
stellar-sdk (0.5.0)
activesupport (>= 5.2.0)
contracts (~> 0.16)
excon (~> 0.44, >= 0.44.4)
hyperclient (~> 0.7)
stellar-base (>= 0.16.0)
toml-rb (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
toml-rb (1.1.2)
citrus (~> 3.0, > 3.0)
treetop (1.5.3)
polyglot (~> 0.3)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uri_template (0.7.0)
xdr (3.0.0)
activemodel (>= 5.2.0)
activesupport (>= 5.2.0)
PLATFORMS
ruby
DEPENDENCIES
netrc
octokit
pry
rake
stellar_core_commander!
xdrgen!
BUNDLED WITH
1.16.5