-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
71 lines (68 loc) · 1.5 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
GEM
remote: https://rubygems.org/
specs:
aws-sdk (2.8.14)
aws-sdk-resources (= 2.8.14)
aws-sdk-core (2.8.14)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.8.14)
aws-sdk-core (= 2.8.14)
aws-sigv4 (1.0.0)
azure-core (0.1.7)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6)
azure-storage (0.12.0.preview)
azure-core (~> 0.1)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6.0)
daemons (1.2.4)
diff-lcs (1.3)
eventmachine (1.2.3)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
jmespath (1.3.1)
json (1.8.3)
mini_portile2 (2.1.0)
multipart-post (2.0.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
pg (0.20.0)
rack (2.0.1)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
sequel (4.44.0)
sqlite3 (1.3.13)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk
azure-storage
json
pg
rack
rspec
sequel
sqlite3
thin
BUNDLED WITH
1.14.6