We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6af36 commit aab2974Copy full SHA for aab2974
README.md
@@ -13,8 +13,8 @@ delivery method classes with Amazon SES and SESV2.
13
Add this gem to your Rails project's Gemfile:
14
15
```ruby
16
-gem 'aws-sdk-rails', '~> 4'
17
-gem 'aws-actionmailer-ses', '~> 0'
+gem 'aws-sdk-rails', '~> 5'
+gem 'aws-actionmailer-ses', '~> 1'
18
```
19
20
Then run `bundle install`.
0 commit comments