songkick/oauth2-provider

View on GitHub
Appraisals

Summary

Maintainability
Test Coverage
if RUBY_VERSION >= '1.9'
  appraise 'activerecord_6_1' do
    gem 'activerecord', '~> 6.1'
    gem 'mysql2' if ENV['DB'] == 'mysql'
    gem 'protected_attributes_continued'
  end
end