Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'bootsnap', require: false
gem 'sidekiq'

# Aws S3 SDK for Ruby
gem 'aws-sdk-s3', '~> 1.0'
gem 'aws-sdk-s3', '~> 1.204'

# Temporary file downloads over HTTP
gem 'down'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@ GEM
mini_magick (~> 5.3.0)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1160.0)
aws-partitions (1.1185.0)
aws-sdk-bedrockruntime (1.55.0)
aws-sdk-core (~> 3, >= 3.228.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.232.0)
aws-sdk-core (3.238.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.112.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-kms (1.117.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.199.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-s3 (1.204.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
Expand All @@ -110,7 +110,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -448,7 +448,7 @@ PLATFORMS

DEPENDENCIES
alt_text
aws-sdk-s3 (~> 1.0)
aws-sdk-s3 (~> 1.204)
bootsnap
bugsnag (~> 6.28)
capybara
Expand Down