Commit bcc7dde351257b071f881c2425c90073d1fcef8a
1 parent
692ee639
Exists in
master
and in
17 other branches
Test against ES 7.2
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
.travis.yml
Gemfile
... | ... | @@ -3,11 +3,11 @@ source "https://rubygems.org" |
3 | 3 | # Specify your gem's dependencies in searchkick.gemspec |
4 | 4 | gemspec |
5 | 5 | |
6 | -gem "sqlite3", "~> 1.3.0" | |
7 | -gem "activerecord" | |
6 | +gem "sqlite3" | |
7 | +gem "activerecord", "~> 5.2.0" | |
8 | +gem "activejob", "~> 5.2.0" | |
8 | 9 | gem "gemoji-parser" |
9 | 10 | gem "typhoeus" |
10 | -gem "activejob" | |
11 | 11 | gem "redis" |
12 | 12 | gem "connection_pool" |
13 | 13 | ... | ... |
test/gemfiles/activerecord51.gemfile