Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Bump dynamoid from 3.8.0 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [dynamoid](https://github.com/Dynamoid/dynamoid) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/Dynamoid/dynamoid/releases)
- [Changelog](https://github.com/Dynamoid/dynamoid/blob/master/CHANGELOG.md)
- [Commits](Dynamoid/dynamoid@v3.8.0...v3.10.0)

---
updated-dependencies:
- dependency-name: dynamoid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 25c29ec commit 0f1faba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'connection_pool'

# DynamoDB for storing registrations
gem 'aws-sdk-dynamodb'
gem 'dynamoid', '3.8.0'
gem 'dynamoid', '3.10.0'

# SQS for adding data into a queue
gem 'aws-sdk-sqs'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.894.0)
aws-partitions (1.895.0)
aws-sdk-core (3.191.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.1)
dynamoid (3.8.0)
dynamoid (3.10.0)
activemodel (>= 4)
aws-sdk-dynamodb (~> 1.0)
concurrent-ruby (>= 1.0)
Expand Down Expand Up @@ -342,7 +342,7 @@ DEPENDENCIES
connection_pool
debug
dotenv-rails
dynamoid (= 3.8.0)
dynamoid (= 3.10.0)
factory_bot_rails
hiredis
httparty
Expand Down

0 comments on commit 0f1faba

Please sign in to comment.