code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

Test under both ActiveRecord 5.2 and 6.0 #69

Closed jrochkind closed 5 years ago

jrochkind commented 5 years ago

using the appraisal gem. https://github.com/thoughtbot/appraisal

You can do this manually (as doc'd in README):

bundle exec appraisal rails-52 rake test bundle exec appraisal rails-60 rake test

We have also set up travis to test under both.

jrochkind commented 5 years ago

Ref #61