Commit 686c4ac634dfd4f0810768ce878ed16fb894ec82
1 parent
d068b78c
Exists in
master
and in
21 other branches
Updated tests to use ActiveRecord 5 by default
Showing
5 changed files
with
10 additions
and
10 deletions
Show diff stats
.travis.yml
@@ -14,7 +14,7 @@ notifications: | @@ -14,7 +14,7 @@ notifications: | ||
14 | on_failure: change | 14 | on_failure: change |
15 | gemfile: | 15 | gemfile: |
16 | - Gemfile | 16 | - Gemfile |
17 | - - test/gemfiles/activerecord50.gemfile | 17 | + - test/gemfiles/activerecord42.gemfile |
18 | - test/gemfiles/activerecord41.gemfile | 18 | - test/gemfiles/activerecord41.gemfile |
19 | - test/gemfiles/activerecord40.gemfile | 19 | - test/gemfiles/activerecord40.gemfile |
20 | - test/gemfiles/activerecord32.gemfile | 20 | - test/gemfiles/activerecord32.gemfile |
Gemfile
test/gemfiles/activerecord50.gemfile
test/gemfiles/nobrainer.gemfile
@@ -3,4 +3,4 @@ source 'https://rubygems.org' | @@ -3,4 +3,4 @@ source 'https://rubygems.org' | ||
3 | # Specify your gem's dependencies in searchkick.gemspec | 3 | # Specify your gem's dependencies in searchkick.gemspec |
4 | gemspec path: "../../" | 4 | gemspec path: "../../" |
5 | 5 | ||
6 | -gem "nobrainer", "0.27.0" | 6 | +gem "nobrainer" |