Skip to content

Commit 3e25d83

Browse files
committed
Added hexspace
1 parent 1102c5f commit 3e25d83

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gem "cassandra-driver"
1414
gem "elasticsearch"
1515
gem "elasticsearch-xpack"
1616
gem "google-cloud-bigquery"
17+
gem "hexspace"
1718
# gem "ibm_db"
1819
gem "mongo"
1920
gem "mysql2"

Gemfile.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GEM
7676
aws-sigv4 (~> 1.1)
7777
aws-sigv4 (1.2.2)
7878
aws-eventstream (~> 1, >= 1.0.2)
79-
blazer (2.4.0)
79+
blazer (2.4.1)
8080
activerecord (>= 5)
8181
chartkick (>= 3.2)
8282
railties (>= 5)
@@ -86,7 +86,7 @@ GEM
8686
cassandra-driver (3.2.5)
8787
ione (~> 1.2)
8888
chartkick (3.4.2)
89-
concurrent-ruby (1.1.7)
89+
concurrent-ruby (1.1.8)
9090
crass (1.0.6)
9191
declarative (0.0.20)
9292
declarative-option (0.1.0)
@@ -101,7 +101,7 @@ GEM
101101
multi_json
102102
elasticsearch-xpack (7.10.0)
103103
elasticsearch-api (>= 6)
104-
errbase (0.2.0)
104+
errbase (0.2.1)
105105
erubi (1.10.0)
106106
ethon (0.12.0)
107107
ffi (>= 1.3.0)
@@ -144,14 +144,16 @@ GEM
144144
os (>= 0.9, < 2.0)
145145
signet (~> 0.14)
146146
hashie (4.1.0)
147+
hexspace (0.1.1)
148+
thrift
147149
httpclient (2.8.3)
148-
i18n (1.8.5)
150+
i18n (1.8.7)
149151
concurrent-ruby (~> 1.0)
150152
ione (1.2.4)
151153
jmespath (1.4.0)
152154
json (2.3.1)
153155
jwt (2.2.2)
154-
loofah (2.8.0)
156+
loofah (2.9.0)
155157
crass (~> 1.0.2)
156158
nokogiri (>= 1.5.9)
157159
mail (2.7.1)
@@ -162,8 +164,8 @@ GEM
162164
method_source (1.0.0)
163165
mimemagic (0.3.5)
164166
mini_mime (1.0.2)
165-
mini_portile2 (2.4.0)
166-
minitest (5.14.2)
167+
mini_portile2 (2.5.0)
168+
minitest (5.14.3)
167169
mongo (2.13.1)
168170
bson (>= 4.8.2, < 5.0.0)
169171
msgpack (1.3.3)
@@ -182,8 +184,9 @@ GEM
182184
typhoeus (>= 1.1.2)
183185
net_tcp_client (2.2.0)
184186
nio4r (2.5.4)
185-
nokogiri (1.10.10)
186-
mini_portile2 (~> 2.4.0)
187+
nokogiri (1.11.1)
188+
mini_portile2 (~> 2.5.0)
189+
racc (~> 1.4)
187190
os (1.1.1)
188191
pg (1.2.3)
189192
presto-client (0.6.3)
@@ -192,6 +195,7 @@ GEM
192195
public_suffix (4.0.6)
193196
puma (5.0.4)
194197
nio4r (~> 2.0)
198+
racc (1.5.2)
195199
rack (2.2.3)
196200
rack-test (1.1.0)
197201
rack (>= 1.0, < 3)
@@ -221,7 +225,7 @@ GEM
221225
method_source
222226
rake (>= 0.8.7)
223227
thor (>= 0.20.3, < 2.0)
224-
rake (13.0.1)
228+
rake (13.0.3)
225229
representable (3.0.4)
226230
declarative (< 0.1.0)
227231
declarative-option (< 0.2.0)
@@ -248,8 +252,9 @@ GEM
248252
activesupport (>= 4.0)
249253
sprockets (>= 3.0.0)
250254
sqlite3 (1.4.2)
251-
thor (1.0.1)
255+
thor (1.1.0)
252256
thread_safe (0.3.6)
257+
thrift (0.13.0)
253258
typhoeus (1.4.0)
254259
ethon (>= 0.9.0)
255260
tzinfo (1.2.9)
@@ -275,6 +280,7 @@ DEPENDENCIES
275280
elasticsearch
276281
elasticsearch-xpack
277282
google-cloud-bigquery
283+
hexspace
278284
mongo
279285
mysql2
280286
neo4j-core
@@ -287,4 +293,4 @@ DEPENDENCIES
287293
tzinfo-data
288294

289295
BUNDLED WITH
290-
2.1.4
296+
2.2.3

0 commit comments

Comments
 (0)