forked from valikos/beeswaxapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
81 lines (77 loc) · 1.74 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
PATH
remote: .
specs:
beeswaxapi (0.4.0)
dry-configurable (~> 1.1)
dry-logic (~> 1.5)
dry-struct (~> 1.6)
dry-types (~> 1.7)
typhoeus (~> 1.4)
yajl-ruby (~> 1.3, >= 1.3.1)
GEM
remote: https://www.rubygems.org/
specs:
bigdecimal (3.1.6)
coderay (1.1.3)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-struct (1.6.0)
dry-core (~> 1.0, < 2)
dry-types (>= 1.7, < 2)
ice_nine (~> 0.11)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.16.3)
ice_nine (0.11.2)
method_source (0.9.2)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rake (13.1.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
yajl-ruby (1.4.3)
zeitwerk (2.6.13)
PLATFORMS
ruby
x86_64-darwin-18
DEPENDENCIES
beeswaxapi!
bundler
pry (~> 0.11.2)
rake (~> 13.0)
rspec (~> 3.0)
BUNDLED WITH
2.5.6