Closed kmcphillips closed 3 years ago
This mirrors https://github.com/Shopify/measured/pull/134 and https://github.com/Shopify/measured/pull/135
Replaces Travis CI with Github Actions CI.
Support only up to date Ruby and Rails versions, which is Ruby >= 2.5 and Rails >= 5.2.
There were some deprecation warnings and failures in test that I updated:
errors.to_h
errors.to_hash
update_attribute
update_attributes
update
This mirrors https://github.com/Shopify/measured/pull/134 and https://github.com/Shopify/measured/pull/135
Replaces Travis CI with Github Actions CI.
Support only up to date Ruby and Rails versions, which is Ruby >= 2.5 and Rails >= 5.2.
There were some deprecation warnings and failures in test that I updated:
errors.to_h
should beerrors.to_hash
update_attribute
andupdate_attributes
should be replaced withupdate