Commit
1fec9ae00a6aec6963397d0366af5c566db3a4e3
Exists in
master
and in
19 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, highlighted, index_name, lazy_index_name, less_deps, nested, reindex_refactor, relation, relation_search, routing_queue, scope_attributes, search_as_you_type, synonyms_ci, test_language, wildcard
Added ActiveRecord 5.1 to tests [skip ci]
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
| |
1
| +source 'https://rubygems.org' |
| |
2
| + |
| |
3
| +# Specify your gem's dependencies in searchkick.gemspec |
| |
4
| +gemspec path: "../../" |
| |
5
| + |
| |
6
| +gem "sqlite3" |
| |
7
| +gem "activerecord", "~> 5.1.0.beta1" |