Skip to content

Commit 9d04064

Browse files
Bump aws-sdk-s3 from 1.192.0 to 1.193.0 (#1121)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fdba56 commit 9d04064

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 8.0.2'
99
# Gems
1010
gem 'activeadmin', '~> 3.3'
1111
gem 'active_storage_base64', '~> 3.0.0'
12-
gem 'aws-sdk-s3', '~> 1.192', require: false
12+
gem 'aws-sdk-s3', '~> 1.196', require: false
1313
gem 'bootsnap', '~> 1.18'
1414
gem 'cssbundling-rails', '~> 1.4'
1515
gem 'devise', '~> 4.9'

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,20 @@ GEM
116116
ruby2_keywords (>= 0.0.2)
117117
ast (2.4.3)
118118
aws-eventstream (1.4.0)
119-
aws-partitions (1.1125.0)
120-
aws-sdk-core (3.226.2)
119+
aws-partitions (1.1146.0)
120+
aws-sdk-core (3.229.0)
121121
aws-eventstream (~> 1, >= 1.3.0)
122122
aws-partitions (~> 1, >= 1.992.0)
123123
aws-sigv4 (~> 1.9)
124124
base64
125+
bigdecimal
125126
jmespath (~> 1, >= 1.6.1)
126127
logger
127-
aws-sdk-kms (1.106.0)
128-
aws-sdk-core (~> 3, >= 3.225.0)
128+
aws-sdk-kms (1.110.0)
129+
aws-sdk-core (~> 3, >= 3.228.0)
129130
aws-sigv4 (~> 1.5)
130-
aws-sdk-s3 (1.192.0)
131-
aws-sdk-core (~> 3, >= 3.225.0)
131+
aws-sdk-s3 (1.196.1)
132+
aws-sdk-core (~> 3, >= 3.228.0)
132133
aws-sdk-kms (~> 1)
133134
aws-sigv4 (~> 1.5)
134135
aws-sigv4 (1.12.1)
@@ -649,7 +650,7 @@ DEPENDENCIES
649650
active_storage_base64 (~> 3.0.0)
650651
activeadmin (~> 3.3)
651652
annotaterb (~> 4.17.0)
652-
aws-sdk-s3 (~> 1.192)
653+
aws-sdk-s3 (~> 1.196)
653654
better_errors (~> 2.10)
654655
binding_of_caller (~> 1.0)
655656
bootsnap (~> 1.18)

0 commit comments

Comments
 (0)