Skip to content

Bump aws-sdk-s3 from 1.185.0 to 1.186.1 #1071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '~> 8.0.2'
# Gems
gem 'activeadmin', '~> 3.3'
gem 'active_storage_base64', '~> 3.0.0'
gem 'aws-sdk-s3', '~> 1.185', require: false
gem 'aws-sdk-s3', '~> 1.186', require: false
gem 'bootsnap', '~> 1.18'
gem 'cssbundling-rails', '~> 1.4'
gem 'devise', '~> 4.9'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@ GEM
ruby2_keywords (>= 0.0.2)
ast (2.4.3)
aws-eventstream (1.3.2)
aws-partitions (1.1097.0)
aws-sdk-core (3.223.0)
aws-partitions (1.1104.0)
aws-sdk-core (3.224.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.100.0)
aws-sdk-kms (1.101.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.185.0)
aws-sdk-s3 (1.186.1)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
active_storage_base64 (~> 3.0.0)
activeadmin (~> 3.3)
annotaterb (~> 4.14.0)
aws-sdk-s3 (~> 1.185)
aws-sdk-s3 (~> 1.186)
better_errors (~> 2.10)
binding_of_caller (~> 1.0)
bootsnap (~> 1.18)
Expand Down
Loading