HubspotCommunity / hubspot-ruby

Ruby wrappers for the HubSpot REST API
https://developers.hubspot.com/docs/endpoints
MIT License
190 stars 257 forks source link

Add ruby 2.6 and activesupport 6.0 to CI #211

Open fonji opened 4 years ago

fonji commented 4 years ago

Test against ruby 2.6 and activesupport 6

Removes support of ruby < 2.5

As activesupport 6 required ruby >= 2.5 https://github.com/rails/rails/blob/6-0-stable/activesupport/activesupport.gemspec#L12