Commit f81007a434d21b53dc9e717d233fe8aeabb66eb3
1 parent
4746a50b
Exists in
master
and in
9 other branches
Added Active Job to more tests
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
test/gemfiles/activerecord50.gemfile
@@ -6,3 +6,4 @@ gemspec path: "../../" | @@ -6,3 +6,4 @@ gemspec path: "../../" | ||
6 | gem "sqlite3", "~> 1.3.0" | 6 | gem "sqlite3", "~> 1.3.0" |
7 | gem "activerecord", "~> 5.0.0" | 7 | gem "activerecord", "~> 5.0.0" |
8 | gem "actionpack", "~> 5.0.0" | 8 | gem "actionpack", "~> 5.0.0" |
9 | +gem "activejob", "~> 5.0.0", require: "active_job" |
test/gemfiles/activerecord51.gemfile
@@ -6,3 +6,4 @@ gemspec path: "../../" | @@ -6,3 +6,4 @@ gemspec path: "../../" | ||
6 | gem "sqlite3" | 6 | gem "sqlite3" |
7 | gem "activerecord", "~> 5.1.0" | 7 | gem "activerecord", "~> 5.1.0" |
8 | gem "actionpack", "~> 5.1.0" | 8 | gem "actionpack", "~> 5.1.0" |
9 | +gem "activejob", "~> 5.1.0", require: "active_job" |
test/gemfiles/activerecord52.gemfile
@@ -6,3 +6,4 @@ gemspec path: "../../" | @@ -6,3 +6,4 @@ gemspec path: "../../" | ||
6 | gem "sqlite3" | 6 | gem "sqlite3" |
7 | gem "activerecord", "~> 5.2.0" | 7 | gem "activerecord", "~> 5.2.0" |
8 | gem "actionpack", "~> 5.2.0" | 8 | gem "actionpack", "~> 5.2.0" |
9 | +gem "activejob", "~> 5.2.0", require: "active_job" |