Commit 6e8e2f80d14f658108462ac7d9c94e7aeb695e22
1 parent
89bccb24
Exists in
master
and in
19 other branches
Updated tests to ActiveRecord 5.1
Showing
4 changed files
with
9 additions
and
8 deletions
Show diff stats
.travis.yml
@@ -15,6 +15,7 @@ notifications: | @@ -15,6 +15,7 @@ notifications: | ||
15 | on_failure: change | 15 | on_failure: change |
16 | gemfile: | 16 | gemfile: |
17 | - Gemfile | 17 | - Gemfile |
18 | + - test/gemfiles/activerecord50.gemfile | ||
18 | - test/gemfiles/activerecord42.gemfile | 19 | - test/gemfiles/activerecord42.gemfile |
19 | - test/gemfiles/mongoid5.gemfile | 20 | - test/gemfiles/mongoid5.gemfile |
20 | - test/gemfiles/mongoid6.gemfile | 21 | - test/gemfiles/mongoid6.gemfile |
Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org" | @@ -4,7 +4,7 @@ source "https://rubygems.org" | ||
4 | gemspec | 4 | gemspec |
5 | 5 | ||
6 | gem "sqlite3" | 6 | gem "sqlite3" |
7 | -gem "activerecord", "~> 5.0.0" | 7 | +gem "activerecord", "~> 5.1.0" |
8 | gem "gemoji-parser" | 8 | gem "gemoji-parser" |
9 | gem "typhoeus" | 9 | gem "typhoeus" |
10 | gem "activejob" | 10 | gem "activejob" |