We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edd2c commit 3f02062Copy full SHA for 3f02062
README.md
@@ -15,8 +15,8 @@ to sessions from other applications and devices.
15
Add this gem to your Rails project's Gemfile:
16
17
```ruby
18
-gem 'aws-sdk-rails', '~> 4'
19
-gem 'aws-actiondispatch-dynamodb', '~> 0'
+gem 'aws-sdk-rails', '~> 5'
+gem 'aws-actiondispatch-dynamodb', '~> 1'
20
```
21
22
Then run `bundle install`.
0 commit comments