forked from launchdarkly/ruby-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
108 lines (104 loc) · 2.49 KB
/
Gemfile.lock
File metadata and controls
108 lines (104 loc) · 2.49 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
PATH
remote: .
specs:
ldclient-rb (5.4.3)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2)
faraday-http-cache (>= 1.3.0, < 3)
json (>= 1.8, < 3)
ld-eventsource (~> 1.0)
net-http-persistent (>= 2.9, < 4.0)
semantic (~> 1.6)
GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.0.1)
aws-partitions (1.128.0)
aws-sdk-core (3.44.2)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-dynamodb (1.19.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.3)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
concurrent-ruby (1.1.4)
connection_pool (2.2.1)
diff-lcs (1.3)
diplomat (2.0.2)
faraday (~> 0.9)
json
docile (1.1.5)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
ffi (1.9.25)
ffi (1.9.25-java)
hitimes (1.3.0)
http_tools (0.4.5)
jmespath (1.4.0)
json (1.8.6)
json (1.8.6-java)
ld-eventsource (1.0.0)
concurrent-ruby (~> 1.0)
http_tools (~> 0.4.5)
socketry (~> 0.5.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
multipart-post (2.0.0)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
rake (10.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (3.3.5)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby_dep (1.5.0)
semantic (1.6.1)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
socketry (0.5.1)
hitimes (~> 1.2)
timecop (0.9.1)
PLATFORMS
java
ruby
DEPENDENCIES
aws-sdk-dynamodb (~> 1.18)
bundler (~> 1.7)
codeclimate-test-reporter (~> 0)
connection_pool (>= 2.1.2)
diplomat (>= 2.0.2)
ldclient-rb!
listen (~> 3.0)
rake (~> 10.0)
redis (~> 3.3.5)
rspec (~> 3.2)
rspec_junit_formatter (~> 0.3.0)
timecop (~> 0.9.1)
BUNDLED WITH
1.17.3