sendgrid / sendgrid-ruby

The Official Twilio SendGrid Led, Community Driven Ruby API Library
https://sendgrid.com
MIT License
620 stars 324 forks source link

Is sendgrid-ruby still ruby 2.2. compatible? #452

Closed platphorm closed 3 years ago

platphorm commented 3 years ago

https://github.com/sendgrid/sendgrid-ruby/blob/865a2accaa11aa990e188fc4f018be619590b52c/lib/sendgrid/helpers/mail/personalization.rb#L79

The gem has a single, recently introduced, safe navigation operator that breaks ruby 2.2.

thinkingserious commented 3 years ago

Hello @platphorm,

The lowest version of ruby we support today is 2.4.

With best regards,

Elmer

platphorm commented 3 years ago

Good to know, thanks @thinkingserious The gemspec does have: spec.required_ruby_version = '>= 2.2'