diff --git a/group-by/bundler-with-patterns/Gemfile b/group-by/bundler-with-patterns/Gemfile index d31831a..4eea08d 100644 --- a/group-by/bundler-with-patterns/Gemfile +++ b/group-by/bundler-with-patterns/Gemfile @@ -14,5 +14,5 @@ gem 'rails', '7.0.6' # Latest: aws-sdk-core 3.241.x, aws-sdk-s3 1.213.x, aws-partitions 1.1211.x # Using older but compatible versions (slightly newer than app-a) gem 'aws-sdk-core', '3.210.0' -gem 'aws-sdk-s3', '1.170.0' +gem 'aws-sdk-s3', '1.177.0' gem 'aws-partitions', '1.995.0' diff --git a/group-by/bundler-with-patterns/Gemfile.lock b/group-by/bundler-with-patterns/Gemfile.lock index 708bdbe..fdc76f7 100644 --- a/group-by/bundler-with-patterns/Gemfile.lock +++ b/group-by/bundler-with-patterns/Gemfile.lock @@ -76,7 +76,7 @@ GEM aws-sdk-kms (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.170.0) + aws-sdk-s3 (1.177.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -191,7 +191,7 @@ PLATFORMS DEPENDENCIES aws-partitions (= 1.995.0) aws-sdk-core (= 3.210.0) - aws-sdk-s3 (= 1.170.0) + aws-sdk-s3 (= 1.177.0) rails (= 7.0.6) RUBY VERSION