forked from testcontainers/testcontainers-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
171 lines (158 loc) · 3.55 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
PATH
remote: .
specs:
testcontainers (0.1.2)
testcontainers-core (= 0.1.2)
PATH
remote: core
specs:
testcontainers-core (0.1.2)
docker-api (~> 2.2)
PATH
remote: elasticsearch
specs:
testcontainers-elasticsearch (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: mariadb
specs:
testcontainers-mariadb (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: mongo
specs:
testcontainers-mongo (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: mysql
specs:
testcontainers-mysql (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: nginx
specs:
testcontainers-nginx (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: postgres
specs:
testcontainers-postgres (0.1.0)
testcontainers-core (~> 0.1.2)
PATH
remote: redis
specs:
testcontainers-redis (0.1.1)
testcontainers-core (~> 0.1.2)
PATH
remote: redpanda
specs:
testcontainers-redpanda (0.1.0)
testcontainers-core (~> 0.1.2)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bson (4.15.0)
connection_pool (2.4.0)
docker-api (2.2.0)
excon (>= 0.47.0)
multi_json
elastic-transport (8.2.1)
faraday (< 3)
multi_json
elasticsearch (8.7.1)
elastic-transport (~> 8)
elasticsearch-api (= 8.7.1)
elasticsearch-api (8.7.1)
multi_json
excon (0.99.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.0.0)
mini_portile2 (2.8.2)
minitest (5.18.0)
minitest-hooks (1.5.0)
minitest (> 5.3)
mongo (2.18.2)
bson (>= 4.14.1, < 5.0.0)
multi_json (1.15.0)
mysql2 (0.5.5)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.5.3)
rainbow (3.1.1)
rake (13.0.6)
rdkafka (0.12.0)
ffi (~> 1.15)
mini_portile2 (~> 2.6)
rake (> 12)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.0)
rexml (3.2.5)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
standard (1.28.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-custom (1.0.0)
lint_roller (~> 1.0)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
unicode-display_width (2.4.2)
yard (0.9.34)
PLATFORMS
arm64-darwin-21
x86_64-darwin-22
x86_64-linux
DEPENDENCIES
elasticsearch (~> 8.7)
minitest (~> 5.0)
minitest-hooks (~> 1.5)
mongo (~> 2.2)
mysql2 (~> 0.5.3)
pg (~> 1.5)
rake (~> 13.0)
rdkafka (~> 0.12)
redis (~> 5.0)
standard (~> 1.3)
testcontainers!
testcontainers-core!
testcontainers-elasticsearch!
testcontainers-mariadb!
testcontainers-mongo!
testcontainers-mysql!
testcontainers-nginx!
testcontainers-postgres!
testcontainers-redis!
testcontainers-redpanda!
yard (~> 0.9)
BUNDLED WITH
2.4.1