Skip to content
Closed
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 @@ -40,7 +40,7 @@ gem "thruster", require: false
gem "image_processing", "~> 1.2"

# Cloud Storage Support (install only what you need)
gem "aws-sdk-s3", "~> 1.0", require: false # For Amazon S3
gem "aws-sdk-s3", "~> 1.202", require: false # For Amazon S3
# gem "google-cloud-storage", "~> 1.0", require: false # For Google Cloud Storage
# gem "azure-storage-blob", "~> 2.0", require: false # For Azure Storage

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ GEM
rake (>= 0.8.7)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1152.0)
aws-sdk-core (3.231.0)
aws-partitions (1.1178.0)
aws-sdk-core (3.235.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.115.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.198.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-s3 (1.202.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
Expand All @@ -106,7 +106,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.3.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.1.0)
Expand Down Expand Up @@ -463,7 +463,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (>= 0.10.12)
annotate
aws-sdk-s3 (~> 1.0)
aws-sdk-s3 (~> 1.202)
bcrypt (>= 3.1.12)
bootsnap
brakeman
Expand Down