Skip to content

Commit

Permalink
Bump aws-sdk-s3 from 1.134.0 to 1.136.0 (#474)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.134.0 to 1.136.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 5bb7ca6 commit 4bc3e67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.8'
gem 'activeadmin', '~> 2.9'
gem 'active_storage_base64', '~> 2.0.0'
gem 'arctic_admin', '~> 4.2.5'
gem 'aws-sdk-s3', '~> 1.134', require: false
gem 'aws-sdk-s3', '~> 1.136', require: false
gem 'bootsnap', '~> 1.16'
gem 'delayed_job_active_record', '~> 4.1', '>= 4.1.5'
gem 'devise', '~> 4.7', '>= 4.7.2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ GEM
font-awesome-sass (~> 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.816.0)
aws-sdk-core (3.181.0)
aws-partitions (1.830.0)
aws-sdk-core (3.184.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.71.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sdk-kms (1.72.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.134.0)
aws-sdk-s3 (1.136.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
Expand Down Expand Up @@ -505,7 +505,7 @@ DEPENDENCIES
activeadmin (~> 2.9)
annotate (~> 3.2, >= 3.0.3)
arctic_admin (~> 4.2.5)
aws-sdk-s3 (~> 1.134)
aws-sdk-s3 (~> 1.136)
better_errors (~> 2.10)
binding_of_caller (~> 1.0)
bootsnap (~> 1.16)
Expand Down

0 comments on commit 4bc3e67

Please sign in to comment.