Skip to content

Commit

Permalink
Merge pull request #246 from dcollie2/dependabot/bundler/aws-sdk-s3-1…
Browse files Browse the repository at this point in the history
….92.0

Bump aws-sdk-s3 from 1.91.0 to 1.92.0
  • Loading branch information
CraigJZ committed Mar 22, 2021
2 parents 1f46516 + 1f56a15 commit a522cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'redis', '~> 4.2'
gem 'airbrake', '~> 11.0'

# For file storage on S3
gem 'aws-sdk-s3', '~> 1.91'
gem 'aws-sdk-s3', '~> 1.92'

# File uploads
gem 'carrierwave', '~> 2.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
rbtree3 (~> 0.5)
ast (2.4.1)
aws-eventstream (1.1.1)
aws-partitions (1.432.0)
aws-partitions (1.434.0)
aws-sdk-core (3.113.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
Expand All @@ -73,7 +73,7 @@ GEM
aws-sdk-kms (1.43.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.91.0)
aws-sdk-s3 (1.92.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -325,7 +325,7 @@ PLATFORMS

DEPENDENCIES
airbrake (~> 11.0)
aws-sdk-s3 (~> 1.91)
aws-sdk-s3 (~> 1.92)
better_errors (~> 2.9)
binding_of_caller
brakeman (~> 5.0)
Expand Down

0 comments on commit a522cdc

Please sign in to comment.