This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGemfile.lock
93 lines (90 loc) · 2.23 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
azure_mgmt_authorization (0.15.2)
ms_rest_azure (~> 0.10.0)
azure_mgmt_compute (0.15.2)
ms_rest_azure (~> 0.10.1)
azure_mgmt_msi (0.15.2)
ms_rest_azure (~> 0.10.0)
azure_mgmt_network (0.15.2)
ms_rest_azure (~> 0.10.0)
azure_mgmt_resources (0.15.2)
ms_rest_azure (~> 0.10.0)
azure_mgmt_storage (0.15.2)
ms_rest_azure (~> 0.10.0)
climate_control (0.2.0)
concurrent-ruby (1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
haikunator (1.1.0)
hashdiff (0.3.5)
http-cookie (1.0.3)
domain_name (~> 0.5)
ms_rest (0.7.2)
concurrent-ruby (~> 1.0)
faraday (~> 0.9)
timeliness (~> 0.3)
ms_rest_azure (0.10.1)
concurrent-ruby (~> 1.0)
faraday (~> 0.9)
faraday-cookie_jar (~> 0.0.6)
ms_rest (~> 0.7.2)
multipart-post (2.0.0)
public_suffix (2.0.5)
rake (11.3.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
safe_yaml (1.0.4)
timeliness (0.3.8)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
unf_ext (0.0.7.4-x64-mingw32)
vcr (3.0.3)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
azure_mgmt_authorization (~> 0.15.2)
azure_mgmt_compute (~> 0.15.2)
azure_mgmt_msi (~> 0.15.2)
azure_mgmt_network (~> 0.15.2)
azure_mgmt_resources (~> 0.15.2)
azure_mgmt_storage (~> 0.15.2)
climate_control
dotenv (~> 2.1)
haikunator (~> 1.1)
ms_rest_azure (~> 0.10.1)
rake (~> 11.1)
rspec (~> 3.4)
vcr (~> 3.0)
webmock (~> 2.0)
BUNDLED WITH
1.14.3