Skip to content

Commit 839d4be

Browse files
committed
Add Gemfile.lock
1 parent 938bef4 commit 839d4be

File tree

2 files changed

+118
-1
lines changed

2 files changed

+118
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ build/
2929

3030
# for a library or gem, you might want to ignore these files since the code is
3131
# intended to run in multiple environments; otherwise, check them in:
32-
Gemfile.lock
3332
.ruby-version
3433
.ruby-gemset
3534

Gemfile.lock

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
PATH
2+
remote: .
3+
specs:
4+
vmfloaty (1.7.0)
5+
commander (>= 4.4.3, < 4.7.0)
6+
faraday (~> 1.5, >= 1.5.1)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
addressable (2.8.1)
12+
public_suffix (>= 2.0.2, < 6.0)
13+
ast (2.4.2)
14+
coderay (1.1.3)
15+
commander (4.6.0)
16+
highline (~> 2.0.0)
17+
crack (0.4.5)
18+
rexml
19+
diff-lcs (1.5.0)
20+
docile (1.4.0)
21+
faraday (1.10.3)
22+
faraday-em_http (~> 1.0)
23+
faraday-em_synchrony (~> 1.0)
24+
faraday-excon (~> 1.1)
25+
faraday-httpclient (~> 1.0)
26+
faraday-multipart (~> 1.0)
27+
faraday-net_http (~> 1.0)
28+
faraday-net_http_persistent (~> 1.0)
29+
faraday-patron (~> 1.0)
30+
faraday-rack (~> 1.0)
31+
faraday-retry (~> 1.0)
32+
ruby2_keywords (>= 0.0.4)
33+
faraday-em_http (1.0.0)
34+
faraday-em_synchrony (1.0.0)
35+
faraday-excon (1.1.0)
36+
faraday-httpclient (1.0.1)
37+
faraday-multipart (1.0.4)
38+
multipart-post (~> 2)
39+
faraday-net_http (1.0.1)
40+
faraday-net_http_persistent (1.2.0)
41+
faraday-patron (1.0.0)
42+
faraday-rack (1.0.0)
43+
faraday-retry (1.0.3)
44+
hashdiff (1.0.1)
45+
highline (2.0.3)
46+
json (2.6.3)
47+
method_source (1.0.0)
48+
multipart-post (2.3.0)
49+
parallel (1.22.1)
50+
parser (3.2.1.1)
51+
ast (~> 2.4.1)
52+
pry (0.14.2)
53+
coderay (~> 1.1)
54+
method_source (~> 1.0)
55+
public_suffix (5.0.1)
56+
rainbow (3.1.1)
57+
rake (13.0.6)
58+
rb-readline (0.5.5)
59+
regexp_parser (2.7.0)
60+
rexml (3.2.5)
61+
rspec (3.11.0)
62+
rspec-core (~> 3.11.0)
63+
rspec-expectations (~> 3.11.0)
64+
rspec-mocks (~> 3.11.0)
65+
rspec-core (3.11.0)
66+
rspec-support (~> 3.11.0)
67+
rspec-expectations (3.11.1)
68+
diff-lcs (>= 1.2.0, < 2.0)
69+
rspec-support (~> 3.11.0)
70+
rspec-mocks (3.11.2)
71+
diff-lcs (>= 1.2.0, < 2.0)
72+
rspec-support (~> 3.11.0)
73+
rspec-support (3.11.1)
74+
rubocop (1.48.1)
75+
json (~> 2.3)
76+
parallel (~> 1.10)
77+
parser (>= 3.2.0.0)
78+
rainbow (>= 2.2.2, < 4.0)
79+
regexp_parser (>= 1.8, < 3.0)
80+
rexml (>= 3.2.5, < 4.0)
81+
rubocop-ast (>= 1.26.0, < 2.0)
82+
ruby-progressbar (~> 1.7)
83+
unicode-display_width (>= 2.4.0, < 3.0)
84+
rubocop-ast (1.27.0)
85+
parser (>= 3.2.1.0)
86+
ruby-progressbar (1.13.0)
87+
ruby2_keywords (0.0.5)
88+
simplecov (0.21.2)
89+
docile (~> 1.1)
90+
simplecov-html (~> 0.11)
91+
simplecov_json_formatter (~> 0.1)
92+
simplecov-html (0.12.3)
93+
simplecov-lcov (0.8.0)
94+
simplecov_json_formatter (0.1.4)
95+
unicode-display_width (2.4.2)
96+
webmock (3.18.1)
97+
addressable (>= 2.8.0)
98+
crack (>= 0.3.2)
99+
hashdiff (>= 0.4.0, < 2.0.0)
100+
101+
PLATFORMS
102+
aarch64-linux
103+
x86_64-linux
104+
105+
DEPENDENCIES
106+
pry
107+
rake
108+
rb-readline
109+
rspec (~> 3.11.0)
110+
rubocop (~> 1.6)
111+
simplecov (~> 0.21.2)
112+
simplecov-html (~> 0.12.3)
113+
simplecov-lcov (~> 0.8.0)
114+
vmfloaty!
115+
webmock (~> 3.13)
116+
117+
BUNDLED WITH
118+
2.4.8

0 commit comments

Comments
 (0)