riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Add support for ruby version 3.0 #153

Closed abunashir closed 2 years ago

abunashir commented 2 years ago

This commit adds support for ruby 3.0. This fixes all the warning and pending issue that was raised in the recent version. This commit also limits our test suite to the recently supported versions.

Fixes https://github.com/riboseinc/digicert/issues/155

abunashir commented 2 years ago

@ronaldtse: This updates the gems to support ruby 3.0 and it also removes the CI to check older ruby versions. Let me know if there is anything else or please feel free to merge it.

ronaldtse commented 2 years ago

Thank you @abunashir !