-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
111 lines (107 loc) · 2.5 KB
/
Gemfile.lock
File metadata and controls
111 lines (107 loc) · 2.5 KB
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
PATH
remote: .
specs:
gutdata (0.6.25)
docile (~> 1.1, >= 1.1.5)
erubis (~> 2.7, >= 2.7.0)
gli (~> 2.13, >= 2.13.2)
hashie (>= 1.2.0, < 4.0)
highline (~> 1.7, >= 1.7.3)
json_pure (~> 2.0)
multi_json (~> 1.11, >= 1.11.2)
parseconfig (~> 1.0, >= 1.0.6)
pmap (~> 1.0, >= 1.0.2)
pry (~> 0.10, >= 0.10.3)
rest-client (>= 1.8.0, < 2.1)
rubyzip (~> 1.3)
terminal-table (~> 3.0.2)
thread_safe
GEM
remote: https://rubygems.org/
specs:
ZenTest (4.12.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
coderay (1.1.3)
colored (1.2)
crack (0.4.5)
rexml
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.16)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
gli (2.21.0)
hashdiff (1.0.1)
hashie (3.6.0)
highline (1.7.10)
http-cookie (1.0.5)
domain_name (~> 0.5)
json_pure (2.6.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
multi_json (1.15.0)
netrc (0.11.0)
parseconfig (1.1.2)
pmap (1.1.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
rake (13.3.0)
rake-notes (0.2.2)
colored
rake
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.4)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubyzip (1.3.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.2.0)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.37)
yard-rspec (0.1)
yard
PLATFORMS
ruby
DEPENDENCIES
ZenTest (~> 4.10, >= 4.11.0)
bundler (>= 1.10.6)
debase (~> 0.1, >= 0.1.7)
gutdata!
rake (~> 13, >= 10.4.2)
rake-notes (~> 0.2, >= 0.2.0)
rspec (~> 3.3, >= 3.3.0)
webmock (~> 2.3.1)
yard (~> 0.9)
yard-rspec (~> 0.1)
BUNDLED WITH
2.4.22