Skip to content

Commit 5273f9c

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-AWSSDKS3-14465282
1 parent c012e75 commit 5273f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'activerecord-import', '>= 1.0.2'
99
# pod identity requires 3.188.0
1010
# https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html
1111
gem 'aws-sdk-core', '>= 3.188.0'
12-
gem 'aws-sdk-s3'
12+
gem 'aws-sdk-s3', '>= 1.208.0'
1313
gem 'bloomfilter-rb'
1414
gem 'csv'
1515
gem 'redis'

0 commit comments

Comments
 (0)