forked from chargify/chargify_api_ares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
89 lines (85 loc) · 1.84 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
PATH
remote: .
specs:
chargify_api_ares (1.4.15)
activeresource (>= 3.2.16)
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.6.1)
activesupport (= 6.0.6.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activeresource (6.0.0)
activemodel (>= 6.0)
activemodel-serializers-xml (~> 1.0)
activesupport (>= 6.0)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.1.3)
dotenv (2.8.1)
factory_girl (2.6.4)
activesupport (>= 2.3.9)
faker (1.1.2)
i18n (~> 0.5)
hashdiff (1.0.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.18.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
rake (10.0.4)
rexml (3.2.5)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.7)
PLATFORMS
ruby
DEPENDENCIES
appraisal
chargify_api_ares!
dotenv
factory_girl (~> 2.6)
faker (~> 1.1.2)
pry
rake (~> 10.0.3)
rspec (~> 2.12.0)
vcr
webmock
BUNDLED WITH
2.4.12