Commit
4054147c670a1ce576333b17e6a02c3f0381fc70
Exists in
master
and in
17 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, index_name, lazy_index_name, less_deps, nested, reindex_refactor, relation, relation_search, scope_attributes, search_as_you_type, synonyms_ci, test_language, wildcard
Test against Mongoid 7 [skip ci]
| @@ -0,0 +1,12 @@ |
| @@ -0,0 +1,12 @@ |
| |
1
| +source 'https://rubygems.org' |
| |
2
| + |
| |
3
| +# Specify your gem's dependencies in searchkick.gemspec |
| |
4
| +gemspec path: "../../" |
| |
5
| + |
| |
6
| +gem "mongoid", "~> 7.0.0" |
| |
7
| +gem "activejob" |
| |
8
| +gem "redis" |
| |
9
| + |
| |
10
| +# kaminari |
| |
11
| +gem "actionpack" |
| |
12
| +gem "kaminari" |