Skip to content

Commit c4f9cf8

Browse files
committed
roll back AWS SDK
They broke third party services.
1 parent 8a249e2 commit c4f9cf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ gem "shrine", "~> 3.6"
141141
gem "tus-server", "~> 2.3"
142142
gem "shrine-tus", "~> 2.1"
143143

144-
gem "aws-sdk-s3", "~> 1.178"
144+
gem "aws-sdk-s3", "< 1.178"
145145

146146
gem "better_content_security_policy", "~> 0.1.4"
147147

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ GEM
127127
ast (2.4.2)
128128
attr_required (1.0.2)
129129
aws-eventstream (1.3.0)
130-
aws-partitions (1.1038.0)
131-
aws-sdk-core (3.216.0)
130+
aws-partitions (1.1043.0)
131+
aws-sdk-core (3.217.0)
132132
aws-eventstream (~> 1, >= 1.3.0)
133133
aws-partitions (~> 1, >= 1.992.0)
134134
aws-sigv4 (~> 1.9)
135135
jmespath (~> 1, >= 1.6.1)
136136
aws-sdk-kms (1.97.0)
137137
aws-sdk-core (~> 3, >= 3.216.0)
138138
aws-sigv4 (~> 1.5)
139-
aws-sdk-s3 (1.178.0)
140-
aws-sdk-core (~> 3, >= 3.216.0)
139+
aws-sdk-s3 (1.177.0)
140+
aws-sdk-core (~> 3, >= 3.210.0)
141141
aws-sdk-kms (~> 1)
142142
aws-sigv4 (~> 1.5)
143143
aws-sigv4 (1.11.0)
@@ -786,7 +786,7 @@ DEPENDENCIES
786786
activerecord-nulldb-adapter (~> 1.1.1)
787787
acts-as-taggable-on (~> 12.0)
788788
acts_as_favoritor (~> 6.0)
789-
aws-sdk-s3 (~> 1.178)
789+
aws-sdk-s3 (< 1.178)
790790
better_content_security_policy (~> 0.1.4)
791791
bootsnap (>= 1.4.4)
792792
brakeman (~> 7.0)

0 commit comments

Comments
 (0)