diff --git a/Gemfile b/Gemfile index f91ba5c0f..2782de6ed 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "ahoy_email", "~> 1.1" # Email analytics for Rails gem "ahoy_matey", "~> 3.0" # Tracking analytics for Rails gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure gem "autoprefixer-rails", "~> 9.8" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website -gem "aws-sdk-lambda", "~> 1.42" # Official AWS Ruby gem for AWS Lambda +gem "aws-sdk-lambda", "~> 1.44" # Official AWS Ruby gem for AWS Lambda gem "blazer", "~> 2.2.5" # Allows admins to query data gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API diff --git a/Gemfile.lock b/Gemfile.lock index 4317a8c8a..9164ca765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,17 +114,17 @@ GEM autoprefixer-rails (9.8.1) execjs aws-eventstream (1.1.0) - aws-partitions (1.322.0) - aws-sdk-core (3.97.0) + aws-partitions (1.332.0) + aws-sdk-core (3.100.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-lambda (1.42.0) - aws-sdk-core (~> 3, >= 3.71.0) + aws-sdk-lambda (1.44.0) + aws-sdk-core (~> 3, >= 3.99.0) aws-sigv4 (~> 1.1) - aws-sigv4 (1.1.4) - aws-eventstream (~> 1.0, >= 1.0.2) + aws-sigv4 (1.2.0) + aws-eventstream (~> 1, >= 1.0.2) aws_cf_signer (0.1.3) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) @@ -888,7 +888,7 @@ DEPENDENCIES ancestry (~> 3.0) approvals (~> 0.0) autoprefixer-rails (~> 9.8) - aws-sdk-lambda (~> 1.42) + aws-sdk-lambda (~> 1.44) better_errors (~> 2.7) binding_of_caller (~> 0.8) blazer (~> 2.2.5) diff --git a/vendor/cache/aws-partitions-1.322.0.gem b/vendor/cache/aws-partitions-1.322.0.gem deleted file mode 100644 index fbd21f2d0..000000000 Binary files a/vendor/cache/aws-partitions-1.322.0.gem and /dev/null differ diff --git a/vendor/cache/aws-partitions-1.332.0.gem b/vendor/cache/aws-partitions-1.332.0.gem new file mode 100644 index 000000000..4d7aff9a8 Binary files /dev/null and b/vendor/cache/aws-partitions-1.332.0.gem differ diff --git a/vendor/cache/aws-sdk-core-3.100.0.gem b/vendor/cache/aws-sdk-core-3.100.0.gem new file mode 100644 index 000000000..a615a3eb8 Binary files /dev/null and b/vendor/cache/aws-sdk-core-3.100.0.gem differ diff --git a/vendor/cache/aws-sdk-core-3.97.0.gem b/vendor/cache/aws-sdk-core-3.97.0.gem deleted file mode 100644 index 8f7e38747..000000000 Binary files a/vendor/cache/aws-sdk-core-3.97.0.gem and /dev/null differ diff --git a/vendor/cache/aws-sdk-lambda-1.42.0.gem b/vendor/cache/aws-sdk-lambda-1.42.0.gem deleted file mode 100644 index f9d8fad27..000000000 Binary files a/vendor/cache/aws-sdk-lambda-1.42.0.gem and /dev/null differ diff --git a/vendor/cache/aws-sdk-lambda-1.44.0.gem b/vendor/cache/aws-sdk-lambda-1.44.0.gem new file mode 100644 index 000000000..f75340997 Binary files /dev/null and b/vendor/cache/aws-sdk-lambda-1.44.0.gem differ diff --git a/vendor/cache/aws-sigv4-1.1.4.gem b/vendor/cache/aws-sigv4-1.1.4.gem deleted file mode 100644 index 29f4bce34..000000000 Binary files a/vendor/cache/aws-sigv4-1.1.4.gem and /dev/null differ diff --git a/vendor/cache/aws-sigv4-1.2.0.gem b/vendor/cache/aws-sigv4-1.2.0.gem new file mode 100644 index 000000000..5fa66c2c0 Binary files /dev/null and b/vendor/cache/aws-sigv4-1.2.0.gem differ