Skip to content

Commit

Permalink
Fixed Active Job tests [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 30, 2019
1 parent 987f351 commit 90533f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec gemspec


gem "activerecord", "~> 6.0.0.rc1" gem "activerecord", "~> 6.0.0.rc1"
gem "activejob", "~> 6.0.0.rc1" gem "activejob", "~> 6.0.0.rc1", require: "active_job"
gem "actionpack", "~> 6.0.0.rc1" gem "actionpack", "~> 6.0.0.rc1"
gem "sqlite3" gem "sqlite3"
gem "gemoji-parser" gem "gemoji-parser"
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/mongoid6.gemfile
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec path: "../../" gemspec path: "../../"


gem "mongoid", "~> 6.0.0" gem "mongoid", "~> 6.0.0"
gem "activejob" gem "activejob", require: "active_job"
gem "redis" gem "redis"


# kaminari # kaminari
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/mongoid7.gemfile
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec path: "../../" gemspec path: "../../"


gem "mongoid", "~> 7.0.0" gem "mongoid", "~> 7.0.0"
gem "activejob" gem "activejob", require: "active_job"
gem "redis" gem "redis"


# kaminari # kaminari
Expand Down

0 comments on commit 90533f8

Please sign in to comment.