Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Bump aws-sdk-s3 from 1.36.1 to 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and buren committed Jun 10, 2019
1 parent 4a5c2d5 commit 9ed1883
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'puma', '~> 3.12' # App server
gem 'ahoy_matey', '~> 1.6'

# STORAGE
gem 'aws-sdk-s3', '~> 1.36' # Upload images to AWS S3
gem 'aws-sdk-s3', '~> 1.41' # Upload images to AWS S3
gem 'pg', '~> 1.1' # Use postgresql as the database for Active Record
gem 'redis-activesupport', '~> 5.0' # To use Redis as the cache store for rack-attack

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,20 @@ GEM
arel (9.0.0)
association_count (1.1.0)
ast (2.4.0)
aws-eventstream (1.0.2)
aws-partitions (1.151.0)
aws-sdk-core (3.48.4)
aws-eventstream (1.0.3)
aws-partitions (1.170.0)
aws-sdk-core (3.54.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.17.0)
aws-sdk-core (~> 3, >= 3.48.2)
aws-sdk-kms (1.21.0)
aws-sdk-core (~> 3, >= 3.53.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.36.1)
aws-sdk-core (~> 3, >= 3.48.2)
aws-sdk-s3 (1.41.0)
aws-sdk-core (~> 3, >= 3.53.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
banktools-se (3.0.0)
Expand Down Expand Up @@ -778,7 +778,7 @@ DEPENDENCIES
apipie-rails (~> 0.5)
arbetsformedlingen (~> 0.7)
association_count (~> 1.1)
aws-sdk-s3 (~> 1.36)
aws-sdk-s3 (~> 1.41)
banktools-se (~> 3.0)
bcrypt (~> 3.1.12)
better_errors (~> 2.5)
Expand Down

0 comments on commit 9ed1883

Please sign in to comment.