Commit 0ed9eba1d1e39b24c5bc504f5f41bcd44c88a9ae
1 parent
70c37b13
Exists in
master
and in
5 other branches
elasticsearch-ruby 7.14 raises UnsupportedProductError with OpenSearch
Showing
2 changed files
with
19 additions
and
1 deletions
Show diff stats
.github/workflows/build.yml
... | ... | @@ -0,0 +1,18 @@ |
1 | +source "https://rubygems.org" | |
2 | + | |
3 | +gemspec path: ".." | |
4 | + | |
5 | +gem "rake" | |
6 | +gem "minitest", ">= 5" | |
7 | +gem "activerecord", "~> 6.1.0" | |
8 | +gem "activejob", "~> 6.1.0", require: "active_job" | |
9 | +gem "actionpack", "~> 6.1.0" | |
10 | +gem "sqlite3" | |
11 | +gem "gemoji-parser" | |
12 | +gem "typhoeus" | |
13 | +gem "redis" | |
14 | +gem "connection_pool" | |
15 | +gem "kaminari" | |
16 | +gem "elasticsearch", "< 7.14" | |
17 | +gem "elasticsearch-xpack", ">= 7.8.0" | |
18 | +gem "parallel_tests" | ... | ... |