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 Feb 12, 2024
1 parent caff9cb commit ca1617f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.887.0)
aws-sdk-core (3.191.0)
aws-partitions (1.889.0)
aws-sdk-core (3.191.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
railties (>= 3.2)
drb (2.2.0)
ruby2_keywords
dynamoid (3.8.0)
dynamoid (3.10.0)
activemodel (>= 4)
aws-sdk-dynamodb (~> 1.0)
concurrent-ruby (>= 1.0)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.21.2)
minitest (5.22.2)
msgpack (1.7.2)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -338,7 +338,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 ca1617f

Please sign in to comment.