Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 745 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 745 Bytes

Contributing

How to contribute

This gem uses Appraisal to test against multiple versions of Rails.

Some versions of Ruby are not supported using different versions of Rails. Checkout the .github/workflows/ci.yml and Appraisals file to see which versions of Ruby are tested.

Running tests

Install dependencies:

bundle install
bundle exec appraisal bundle install

Both Appraisals and ci.yml define what versions of Ruby and Rails are supported.

Run tests for all Rails versions supported for your Ruby version:

bundle exec appraisal bundle exec rake

Run tests against a specific version of Rails:

bundle exec appraisal rails_main bundle exec rake