Skip to content

Commit 3d7cc6b

Browse files
Merge pull request #3897 from manyfold3d/dependabot/bundler/aws-sdk-s3-1.183.0
2 parents b340f06 + 1d56034 commit 3d7cc6b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ gem "shrine", "~> 3.6"
143143
gem "tus-server", "~> 2.3"
144144
gem "shrine-tus", "~> 2.1"
145145

146-
gem "aws-sdk-s3", "< 1.183"
146+
gem "aws-sdk-s3", "< 1.184"
147147

148148
gem "better_content_security_policy", "~> 0.1.4"
149149

Gemfile.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,19 @@ GEM
136136
ruby2_keywords (>= 0.0.2)
137137
ast (2.4.3)
138138
attr_required (1.0.2)
139-
aws-eventstream (1.3.1)
140-
aws-partitions (1.1052.0)
141-
aws-sdk-core (3.219.0)
139+
aws-eventstream (1.3.2)
140+
aws-partitions (1.1078.0)
141+
aws-sdk-core (3.222.1)
142142
aws-eventstream (~> 1, >= 1.3.0)
143143
aws-partitions (~> 1, >= 1.992.0)
144144
aws-sigv4 (~> 1.9)
145145
base64
146146
jmespath (~> 1, >= 1.6.1)
147+
logger
147148
aws-sdk-kms (1.99.0)
148149
aws-sdk-core (~> 3, >= 3.216.0)
149150
aws-sigv4 (~> 1.5)
150-
aws-sdk-s3 (1.182.0)
151+
aws-sdk-s3 (1.183.0)
151152
aws-sdk-core (~> 3, >= 3.216.0)
152153
aws-sdk-kms (~> 1)
153154
aws-sigv4 (~> 1.5)
@@ -839,7 +840,7 @@ DEPENDENCIES
839840
activerecord-nulldb-adapter (~> 1.1.1)
840841
acts-as-taggable-on (~> 12.0)
841842
acts_as_favoritor (~> 6.0)
842-
aws-sdk-s3 (< 1.183)
843+
aws-sdk-s3 (< 1.184)
843844
better_content_security_policy (~> 0.1.4)
844845
bootsnap (>= 1.4.4)
845846
brakeman (~> 7.0)

0 commit comments

Comments
 (0)