diff --git a/Gemfile b/Gemfile index bb0e50ffe..0829c55e2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby File.read(".ruby-version").strip gem "acts_as_tree" gem "addressable" gem "audited", "~> 5.4" -gem "aws-sdk-s3", "~> 1.174" +gem "aws-sdk-s3", "~> 1.175" gem "bootsnap", ">= 1.1.0", require: false gem "cssbundling-rails", "~> 1.4" gem "csv-safe" diff --git a/Gemfile.lock b/Gemfile.lock index 76eef1919..d36ef9c2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM activerecord (>= 5.0, < 7.2) request_store (~> 1.2) aws-eventstream (1.3.0) - aws-partitions (1.1013.0) + aws-partitions (1.1016.0) aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -80,7 +80,7 @@ GEM aws-sdk-kms (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.174.0) + aws-sdk-s3 (1.175.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -547,7 +547,7 @@ DEPENDENCIES acts_as_tree addressable audited (~> 5.4) - aws-sdk-s3 (~> 1.174) + aws-sdk-s3 (~> 1.175) better_errors binding_of_caller bootsnap (>= 1.1.0)