Commit 4054147c670a1ce576333b17e6a02c3f0381fc70

Authored by Andrew Kane
1 parent 768de177

Test against Mongoid 7 [skip ci]

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
test/gemfiles/mongoid7.gemfile 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +source 'https://rubygems.org'
  2 +
  3 +# Specify your gem's dependencies in searchkick.gemspec
  4 +gemspec path: "../../"
  5 +
  6 +gem "mongoid", "~> 7.0.0"
  7 +gem "activejob"
  8 +gem "redis"
  9 +
  10 +# kaminari
  11 +gem "actionpack"
  12 +gem "kaminari"
... ...