Skip to content

Commit e47ad65

Browse files
committed
Updated Ruby and gems
1 parent ebd6751 commit e47ad65

File tree

2 files changed

+98
-102
lines changed

2 files changed

+98
-102
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ gem "aws-sdk-glue"
1212
gem "drill-sergeant"
1313
gem "cassandra-driver"
1414
gem "elasticsearch", "< 7.14"
15-
gem "elasticsearch-xpack", "< 7.14"
1615
gem "google-cloud-bigquery"
1716
gem "hexspace"
1817
# gem "ibm_db"

Gemfile.lock

Lines changed: 98 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.4)
5-
actionpack (= 6.1.4.4)
6-
activesupport (= 6.1.4.4)
4+
actioncable (6.1.5)
5+
actionpack (= 6.1.5)
6+
activesupport (= 6.1.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.4)
10-
actionpack (= 6.1.4.4)
11-
activejob (= 6.1.4.4)
12-
activerecord (= 6.1.4.4)
13-
activestorage (= 6.1.4.4)
14-
activesupport (= 6.1.4.4)
9+
actionmailbox (6.1.5)
10+
actionpack (= 6.1.5)
11+
activejob (= 6.1.5)
12+
activerecord (= 6.1.5)
13+
activestorage (= 6.1.5)
14+
activesupport (= 6.1.5)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.4)
17-
actionpack (= 6.1.4.4)
18-
actionview (= 6.1.4.4)
19-
activejob (= 6.1.4.4)
20-
activesupport (= 6.1.4.4)
16+
actionmailer (6.1.5)
17+
actionpack (= 6.1.5)
18+
actionview (= 6.1.5)
19+
activejob (= 6.1.5)
20+
activesupport (= 6.1.5)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4.4)
24-
actionview (= 6.1.4.4)
25-
activesupport (= 6.1.4.4)
23+
actionpack (6.1.5)
24+
actionview (= 6.1.5)
25+
activesupport (= 6.1.5)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4.4)
31-
actionpack (= 6.1.4.4)
32-
activerecord (= 6.1.4.4)
33-
activestorage (= 6.1.4.4)
34-
activesupport (= 6.1.4.4)
30+
actiontext (6.1.5)
31+
actionpack (= 6.1.5)
32+
activerecord (= 6.1.5)
33+
activestorage (= 6.1.5)
34+
activesupport (= 6.1.5)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.4)
37-
activesupport (= 6.1.4.4)
36+
actionview (6.1.5)
37+
activesupport (= 6.1.5)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.4.4)
43-
activesupport (= 6.1.4.4)
42+
activejob (6.1.5)
43+
activesupport (= 6.1.5)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.4.4)
46-
activesupport (= 6.1.4.4)
47-
activerecord (6.1.4.4)
48-
activemodel (= 6.1.4.4)
49-
activesupport (= 6.1.4.4)
50-
activerecord6-redshift-adapter (1.2.1)
45+
activemodel (6.1.5)
46+
activesupport (= 6.1.5)
47+
activerecord (6.1.5)
48+
activemodel (= 6.1.5)
49+
activesupport (= 6.1.5)
50+
activerecord6-redshift-adapter (1.3.0)
5151
activerecord (~> 6.0)
5252
pg (~> 1.0)
53-
activestorage (6.1.4.4)
54-
actionpack (= 6.1.4.4)
55-
activejob (= 6.1.4.4)
56-
activerecord (= 6.1.4.4)
57-
activesupport (= 6.1.4.4)
58-
marcel (~> 1.0.0)
53+
activestorage (6.1.5)
54+
actionpack (= 6.1.5)
55+
activejob (= 6.1.5)
56+
activerecord (= 6.1.5)
57+
activesupport (= 6.1.5)
58+
marcel (~> 1.0)
5959
mini_mime (>= 1.1.0)
60-
activesupport (6.1.4.4)
60+
activesupport (6.1.5)
6161
concurrent-ruby (~> 1.0, >= 1.0.2)
6262
i18n (>= 1.6, < 2)
6363
minitest (>= 5.1)
6464
tzinfo (~> 2.0)
6565
zeitwerk (~> 2.3)
6666
addressable (2.8.0)
6767
public_suffix (>= 2.0.2, < 5.0)
68-
anomaly_detection (0.1.3)
68+
anomaly_detection (0.1.4)
6969
rice (>= 4.0.2)
7070
aws-eventstream (1.2.0)
71-
aws-partitions (1.544.0)
72-
aws-sdk-athena (1.45.0)
73-
aws-sdk-core (~> 3, >= 3.125.0)
71+
aws-partitions (1.578.0)
72+
aws-sdk-athena (1.53.0)
73+
aws-sdk-core (~> 3, >= 3.127.0)
7474
aws-sigv4 (~> 1.1)
75-
aws-sdk-core (3.125.1)
75+
aws-sdk-core (3.130.1)
7676
aws-eventstream (~> 1, >= 1.0.2)
7777
aws-partitions (~> 1, >= 1.525.0)
7878
aws-sigv4 (~> 1.1)
7979
jmespath (~> 1.0)
80-
aws-sdk-glue (1.101.0)
81-
aws-sdk-core (~> 3, >= 3.125.0)
80+
aws-sdk-glue (1.109.0)
81+
aws-sdk-core (~> 3, >= 3.127.0)
8282
aws-sigv4 (~> 1.1)
8383
aws-sigv4 (1.4.0)
8484
aws-eventstream (~> 1, >= 1.0.2)
@@ -87,15 +87,15 @@ GEM
8787
chartkick (>= 3.2)
8888
railties (>= 5)
8989
safely_block (>= 0.1.1)
90-
bson (4.13.0)
90+
bson (4.14.1)
9191
builder (3.2.4)
9292
cassandra-driver (3.2.5)
9393
ione (~> 1.2)
94-
chartkick (4.1.2)
95-
concurrent-ruby (1.1.9)
94+
chartkick (4.1.3)
95+
concurrent-ruby (1.1.10)
9696
crass (1.0.6)
9797
declarative (0.0.20)
98-
drill-sergeant (0.1.3)
98+
drill-sergeant (0.1.4)
9999
elasticsearch (7.5.0)
100100
elasticsearch-api (= 7.5.0)
101101
elasticsearch-transport (= 7.5.0)
@@ -104,25 +104,23 @@ GEM
104104
elasticsearch-transport (7.5.0)
105105
faraday (>= 0.14, < 1)
106106
multi_json
107-
elasticsearch-xpack (7.13.3)
108-
elasticsearch-api (>= 6)
109-
errbase (0.2.1)
107+
errbase (0.2.2)
110108
erubi (1.10.0)
111109
ethon (0.15.0)
112110
ffi (>= 1.15.0)
113-
faraday (0.17.4)
111+
faraday (0.17.5)
114112
multipart-post (>= 1.2, < 3)
115113
faraday_middleware (0.12.2)
116114
faraday (>= 0.7.4, < 1.0)
117115
faraday_middleware-multi_json (0.0.6)
118116
faraday_middleware
119117
multi_json
120-
ffi (1.15.4)
118+
ffi (1.15.5)
121119
globalid (1.0.0)
122120
activesupport (>= 5.0)
123-
google-apis-bigquery_v2 (0.22.0)
121+
google-apis-bigquery_v2 (0.30.0)
124122
google-apis-core (>= 0.4, < 2.a)
125-
google-apis-core (0.4.1)
123+
google-apis-core (0.4.2)
126124
addressable (~> 2.5, >= 2.5.1)
127125
googleauth (>= 0.16.2, < 2.a)
128126
httpclient (>= 2.8.1, < 3.a)
@@ -131,7 +129,7 @@ GEM
131129
retriable (>= 2.0, < 4.a)
132130
rexml
133131
webrick
134-
google-cloud-bigquery (1.38.0)
132+
google-cloud-bigquery (1.38.1)
135133
concurrent-ruby (~> 1.0)
136134
google-apis-bigquery_v2 (~> 0.1)
137135
google-cloud-core (~> 1.6)
@@ -140,11 +138,11 @@ GEM
140138
google-cloud-core (1.6.0)
141139
google-cloud-env (~> 1.0)
142140
google-cloud-errors (~> 1.0)
143-
google-cloud-env (1.5.0)
144-
faraday (>= 0.17.3, < 2.0)
141+
google-cloud-env (1.6.0)
142+
faraday (>= 0.17.3, < 3.0)
145143
google-cloud-errors (1.2.0)
146-
googleauth (1.1.0)
147-
faraday (>= 0.17.3, < 2.0)
144+
googleauth (1.1.2)
145+
faraday (>= 0.17.3, < 3.a)
148146
jwt (>= 1.4, < 3.0)
149147
memoist (~> 0.16)
150148
multi_json (~> 1.11)
@@ -154,14 +152,14 @@ GEM
154152
hexspace (0.1.1)
155153
thrift
156154
httpclient (2.8.3)
157-
i18n (1.8.11)
155+
i18n (1.10.0)
158156
concurrent-ruby (~> 1.0)
159157
ignite-client (0.1.2)
160158
ione (1.2.4)
161-
jmespath (1.4.0)
159+
jmespath (1.6.1)
162160
json (2.6.1)
163161
jwt (2.3.0)
164-
loofah (2.13.0)
162+
loofah (2.16.0)
165163
crass (~> 1.0.2)
166164
nokogiri (>= 1.5.9)
167165
mail (2.7.1)
@@ -170,11 +168,11 @@ GEM
170168
memoist (0.16.2)
171169
method_source (1.0.0)
172170
mini_mime (1.1.2)
173-
mini_portile2 (2.6.1)
171+
mini_portile2 (2.8.0)
174172
minitest (5.15.0)
175-
mongo (2.17.0)
173+
mongo (2.17.1)
176174
bson (>= 4.8.2, < 5.0.0)
177-
msgpack (1.4.2)
175+
msgpack (1.5.1)
178176
multi_json (1.15.0)
179177
multipart-post (2.1.1)
180178
mysql2 (0.5.3)
@@ -190,69 +188,69 @@ GEM
190188
typhoeus (>= 1.1.2)
191189
net_tcp_client (2.2.0)
192190
nio4r (2.5.8)
193-
nokogiri (1.12.5)
194-
mini_portile2 (~> 2.6.1)
191+
nokogiri (1.13.4)
192+
mini_portile2 (~> 2.8.0)
195193
racc (~> 1.4)
196194
os (1.1.4)
197-
pg (1.2.3)
195+
pg (1.3.5)
198196
presto-client (0.6.6)
199197
faraday (~> 0.12)
200198
faraday_middleware (~> 0.12.2)
201199
msgpack (>= 0.7.0)
202-
public_suffix (4.0.6)
203-
puma (5.5.2)
200+
public_suffix (4.0.7)
201+
puma (5.6.4)
204202
nio4r (~> 2.0)
205203
racc (1.6.0)
206204
rack (2.2.3)
207205
rack-test (1.1.0)
208206
rack (>= 1.0, < 3)
209-
rails (6.1.4.4)
210-
actioncable (= 6.1.4.4)
211-
actionmailbox (= 6.1.4.4)
212-
actionmailer (= 6.1.4.4)
213-
actionpack (= 6.1.4.4)
214-
actiontext (= 6.1.4.4)
215-
actionview (= 6.1.4.4)
216-
activejob (= 6.1.4.4)
217-
activemodel (= 6.1.4.4)
218-
activerecord (= 6.1.4.4)
219-
activestorage (= 6.1.4.4)
220-
activesupport (= 6.1.4.4)
207+
rails (6.1.5)
208+
actioncable (= 6.1.5)
209+
actionmailbox (= 6.1.5)
210+
actionmailer (= 6.1.5)
211+
actionpack (= 6.1.5)
212+
actiontext (= 6.1.5)
213+
actionview (= 6.1.5)
214+
activejob (= 6.1.5)
215+
activemodel (= 6.1.5)
216+
activerecord (= 6.1.5)
217+
activestorage (= 6.1.5)
218+
activesupport (= 6.1.5)
221219
bundler (>= 1.15.0)
222-
railties (= 6.1.4.4)
220+
railties (= 6.1.5)
223221
sprockets-rails (>= 2.0.0)
224222
rails-dom-testing (2.0.3)
225223
activesupport (>= 4.2.0)
226224
nokogiri (>= 1.6)
227225
rails-html-sanitizer (1.4.2)
228226
loofah (~> 2.3)
229-
railties (6.1.4.4)
230-
actionpack (= 6.1.4.4)
231-
activesupport (= 6.1.4.4)
227+
railties (6.1.5)
228+
actionpack (= 6.1.5)
229+
activesupport (= 6.1.5)
232230
method_source
233-
rake (>= 0.13)
231+
rake (>= 12.2)
234232
thor (~> 1.0)
235233
rake (13.0.6)
236234
representable (3.1.1)
237235
declarative (< 0.1.0)
238236
trailblazer-option (>= 0.1.1, < 0.2.0)
239237
uber (< 0.2.0)
240-
restforce (5.2.2)
241-
faraday (>= 0.9.0, <= 2.0)
238+
restforce (5.2.4)
239+
faraday (>= 0.9.0, < 1.9.0)
242240
faraday_middleware (>= 0.8.8, <= 2.0)
243241
hashie (>= 1.2.0, < 6.0)
244242
jwt (>= 1.5.6)
245243
retriable (3.1.2)
246244
rexml (3.2.5)
247-
rice (4.0.2)
245+
rice (4.0.3)
248246
safely_block (0.3.0)
249247
errbase (>= 0.1.1)
250-
signet (0.16.0)
248+
signet (0.16.1)
251249
addressable (~> 2.8)
252-
faraday (>= 0.17.3, < 2.0)
250+
faraday (>= 0.17.5, < 3.0)
253251
jwt (>= 1.5, < 3.0)
254252
multi_json (~> 1.10)
255-
sprockets (4.0.2)
253+
sprockets (4.0.3)
256254
concurrent-ruby (~> 1.0)
257255
rack (> 1, < 3)
258256
sprockets-rails (3.4.2)
@@ -261,21 +259,21 @@ GEM
261259
sprockets (>= 3.0.0)
262260
sqlite3 (1.4.2)
263261
thor (1.2.1)
264-
thrift (0.15.0)
262+
thrift (0.16.0)
265263
trailblazer-option (0.1.2)
266264
trend (0.1.2)
267265
typhoeus (1.4.0)
268266
ethon (>= 0.9.0)
269267
tzinfo (2.0.4)
270268
concurrent-ruby (~> 1.0)
271-
tzinfo-data (1.2021.5)
269+
tzinfo-data (1.2022.1)
272270
tzinfo (>= 1.0.0)
273271
uber (0.1.0)
274272
webrick (1.7.0)
275273
websocket-driver (0.7.5)
276274
websocket-extensions (>= 0.1.0)
277275
websocket-extensions (0.1.5)
278-
zeitwerk (2.5.3)
276+
zeitwerk (2.5.4)
279277

280278
PLATFORMS
281279
ruby
@@ -289,7 +287,6 @@ DEPENDENCIES
289287
cassandra-driver
290288
drill-sergeant
291289
elasticsearch (< 7.14)
292-
elasticsearch-xpack (< 7.14)
293290
google-cloud-bigquery
294291
hexspace
295292
ignite-client
@@ -306,4 +303,4 @@ DEPENDENCIES
306303
tzinfo-data
307304

308305
BUNDLED WITH
309-
2.2.32
306+
2.3.11

0 commit comments

Comments
 (0)