drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 109 forks source link

Add rexml as a runtime dependency to support Ruby 3.0.0 #81

Open tricknotes opened 3 years ago

tricknotes commented 3 years ago

rexml gem has not been default gem since Ruby 3.0. It is required in the following. https://github.com/drewblas/aws-ses/blob/v0.7.1/lib/aws/ses.rb#L1

tricknotes commented 3 years ago

@drewblas How do you feel about this PR?