|
3 | 3 | specs:
|
4 | 4 | launchdarkly-server-sdk (5.8.0)
|
5 | 5 | concurrent-ruby (~> 1.0)
|
6 |
| - json (>= 1.8, < 3) |
| 6 | + json (~> 2.3.1) |
7 | 7 | ld-eventsource (= 1.0.3)
|
8 | 8 | semantic (~> 1.6)
|
9 | 9 |
|
10 | 10 | GEM
|
11 | 11 | remote: https://rubygems.org/
|
12 | 12 | specs:
|
13 |
| - aws-eventstream (1.0.1) |
14 |
| - aws-partitions (1.128.0) |
15 |
| - aws-sdk-core (3.44.2) |
16 |
| - aws-eventstream (~> 1.0) |
17 |
| - aws-partitions (~> 1.0) |
18 |
| - aws-sigv4 (~> 1.0) |
| 13 | + aws-eventstream (1.1.0) |
| 14 | + aws-partitions (1.388.0) |
| 15 | + aws-sdk-core (3.109.1) |
| 16 | + aws-eventstream (~> 1, >= 1.0.2) |
| 17 | + aws-partitions (~> 1, >= 1.239.0) |
| 18 | + aws-sigv4 (~> 1.1) |
19 | 19 | jmespath (~> 1.0)
|
20 |
| - aws-sdk-dynamodb (1.19.0) |
21 |
| - aws-sdk-core (~> 3, >= 3.39.0) |
22 |
| - aws-sigv4 (~> 1.0) |
23 |
| - aws-sigv4 (1.0.3) |
24 |
| - codeclimate-test-reporter (0.6.0) |
25 |
| - simplecov (>= 0.7.1, < 1.0.0) |
26 |
| - concurrent-ruby (1.1.6) |
27 |
| - connection_pool (2.2.1) |
28 |
| - diff-lcs (1.3) |
29 |
| - diplomat (2.0.2) |
30 |
| - faraday (~> 0.9) |
31 |
| - json |
32 |
| - docile (1.1.5) |
33 |
| - faraday (0.15.4) |
| 20 | + aws-sdk-dynamodb (1.55.0) |
| 21 | + aws-sdk-core (~> 3, >= 3.109.0) |
| 22 | + aws-sigv4 (~> 1.1) |
| 23 | + aws-sigv4 (1.2.2) |
| 24 | + aws-eventstream (~> 1, >= 1.0.2) |
| 25 | + concurrent-ruby (1.1.7) |
| 26 | + connection_pool (2.2.3) |
| 27 | + deep_merge (1.2.1) |
| 28 | + diff-lcs (1.4.4) |
| 29 | + diplomat (2.4.2) |
| 30 | + deep_merge (~> 1.0, >= 1.0.1) |
| 31 | + faraday (>= 0.9, < 1.1.0) |
| 32 | + faraday (0.17.3) |
34 | 33 | multipart-post (>= 1.2, < 3)
|
35 |
| - ffi (1.9.25) |
36 |
| - ffi (1.9.25-java) |
| 34 | + ffi (1.12.0) |
37 | 35 | hitimes (1.3.1)
|
38 |
| - hitimes (1.3.1-java) |
39 | 36 | http_tools (0.4.5)
|
40 | 37 | jmespath (1.4.0)
|
41 |
| - json (1.8.6) |
42 |
| - json (1.8.6-java) |
| 38 | + json (2.3.1) |
43 | 39 | ld-eventsource (1.0.3)
|
44 | 40 | concurrent-ruby (~> 1.0)
|
45 | 41 | http_tools (~> 0.4.5)
|
46 | 42 | socketry (~> 0.5.1)
|
47 |
| - listen (3.1.5) |
48 |
| - rb-fsevent (~> 0.9, >= 0.9.4) |
49 |
| - rb-inotify (~> 0.9, >= 0.9.7) |
50 |
| - ruby_dep (~> 1.2) |
51 |
| - multipart-post (2.0.0) |
52 |
| - rb-fsevent (0.10.3) |
53 |
| - rb-inotify (0.9.10) |
54 |
| - ffi (>= 0.5.0, < 2) |
| 43 | + listen (3.2.1) |
| 44 | + rb-fsevent (~> 0.10, >= 0.10.3) |
| 45 | + rb-inotify (~> 0.9, >= 0.9.10) |
| 46 | + multipart-post (2.1.1) |
| 47 | + rb-fsevent (0.10.4) |
| 48 | + rb-inotify (0.10.1) |
| 49 | + ffi (~> 1.0) |
55 | 50 | redis (3.3.5)
|
56 |
| - rspec (3.7.0) |
57 |
| - rspec-core (~> 3.7.0) |
58 |
| - rspec-expectations (~> 3.7.0) |
59 |
| - rspec-mocks (~> 3.7.0) |
60 |
| - rspec-core (3.7.1) |
61 |
| - rspec-support (~> 3.7.0) |
62 |
| - rspec-expectations (3.7.0) |
| 51 | + rspec (3.9.0) |
| 52 | + rspec-core (~> 3.9.0) |
| 53 | + rspec-expectations (~> 3.9.0) |
| 54 | + rspec-mocks (~> 3.9.0) |
| 55 | + rspec-core (3.9.3) |
| 56 | + rspec-support (~> 3.9.3) |
| 57 | + rspec-expectations (3.9.3) |
63 | 58 | diff-lcs (>= 1.2.0, < 2.0)
|
64 |
| - rspec-support (~> 3.7.0) |
65 |
| - rspec-mocks (3.7.0) |
| 59 | + rspec-support (~> 3.9.0) |
| 60 | + rspec-mocks (3.9.1) |
66 | 61 | diff-lcs (>= 1.2.0, < 2.0)
|
67 |
| - rspec-support (~> 3.7.0) |
68 |
| - rspec-support (3.7.0) |
| 62 | + rspec-support (~> 3.9.0) |
| 63 | + rspec-support (3.9.4) |
69 | 64 | rspec_junit_formatter (0.3.0)
|
70 | 65 | rspec-core (>= 2, < 4, != 2.12.0)
|
71 |
| - ruby_dep (1.5.0) |
72 | 66 | semantic (1.6.1)
|
73 |
| - simplecov (0.15.1) |
74 |
| - docile (~> 1.1.0) |
75 |
| - json (>= 1.8, < 3) |
76 |
| - simplecov-html (~> 0.10.0) |
77 |
| - simplecov-html (0.10.2) |
78 | 67 | socketry (0.5.1)
|
79 | 68 | hitimes (~> 1.2)
|
80 |
| - timecop (0.9.1) |
| 69 | + timecop (0.9.2) |
81 | 70 |
|
82 | 71 | PLATFORMS
|
83 |
| - java |
84 | 72 | ruby
|
85 | 73 |
|
86 | 74 | DEPENDENCIES
|
87 | 75 | aws-sdk-dynamodb (~> 1.18)
|
88 |
| - bundler (~> 1.7) |
89 |
| - codeclimate-test-reporter (~> 0) |
| 76 | + bundler (~> 1.17) |
90 | 77 | connection_pool (>= 2.1.2)
|
91 | 78 | diplomat (>= 2.0.2)
|
| 79 | + faraday (~> 0.17) |
| 80 | + ffi (<= 1.12) |
92 | 81 | launchdarkly-server-sdk!
|
93 | 82 | listen (~> 3.0)
|
94 | 83 | redis (~> 3.3.5)
|
|
0 commit comments