Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 7524cd8

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 cf3c8bb commit 7524cd8

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
@@ -18,7 +18,7 @@ gem 'makara', '~> 0.5'
1818
gem 'pghero', '~> 2.8'
1919
gem 'dotenv-rails', '~> 2.8'
2020

21-
gem 'aws-sdk-s3', '~> 1.114', require: false
21+
gem 'aws-sdk-s3', '~> 1.208', '>= 1.208.0', require: false
2222
gem 'fog-core', '<= 2.1.0'
2323
gem 'fog-openstack', '~> 0.3', require: false
2424
gem 'kt-paperclip', '~> 7.1'

0 commit comments

Comments
 (0)