Commit 1fec9ae00a6aec6963397d0366af5c566db3a4e3

Authored by Andrew Kane
1 parent f8161667

Added ActiveRecord 5.1 to tests [skip ci]

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
test/gemfiles/activerecord51.gemfile 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +source 'https://rubygems.org'
  2 +
  3 +# Specify your gem's dependencies in searchkick.gemspec
  4 +gemspec path: "../../"
  5 +
  6 +gem "sqlite3"
  7 +gem "activerecord", "~> 5.1.0.beta1"
... ...