ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.71k stars 236 forks source link

Add Ruby 3.1 to the CI matrix #197

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

This PR adds Ruby 3.1 to the CI matrix. As part of that process it:

  1. Updates the version of ruby/setup-ruby to 1, so we pick up Ruby 3.1 (and future updates)
  2. Conditionally adds the net-imap, net-pop, and net-smtp gems to the Gemfile for Ruby 3.1 and up (for which these gems are no longer automatically included).
nashby commented 2 years ago

thanks!