Bump aws-sdk-lambda from 1.45.0 to 1.46.0 (#9133)
* Bump aws-sdk-lambda from 1.45.0 to 1.46.0 Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.45.0 to 1.46.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lambda/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.45.0...v1.46.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump aws-sdk-lambda from 1.45.0 to 1.46.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9f7f3988e
commit
74a802ed4d
8 changed files with 5 additions and 5 deletions
2
Gemfile
2
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.45" # Official AWS Ruby gem for AWS Lambda
|
||||
gem "aws-sdk-lambda", "~> 1.46" # 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
|
||||
|
|
|
|||
|
|
@ -114,13 +114,13 @@ GEM
|
|||
autoprefixer-rails (9.8.4)
|
||||
execjs
|
||||
aws-eventstream (1.1.0)
|
||||
aws-partitions (1.336.0)
|
||||
aws-sdk-core (3.102.1)
|
||||
aws-partitions (1.338.0)
|
||||
aws-sdk-core (3.103.0)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.239.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
jmespath (~> 1.0)
|
||||
aws-sdk-lambda (1.45.0)
|
||||
aws-sdk-lambda (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.99.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.2.1)
|
||||
|
|
@ -893,7 +893,7 @@ DEPENDENCIES
|
|||
ancestry (~> 3.0)
|
||||
approvals (~> 0.0)
|
||||
autoprefixer-rails (~> 9.8)
|
||||
aws-sdk-lambda (~> 1.45)
|
||||
aws-sdk-lambda (~> 1.46)
|
||||
better_errors (~> 2.7)
|
||||
binding_of_caller (~> 0.8)
|
||||
blazer (~> 2.2.5)
|
||||
|
|
|
|||
BIN
vendor/cache/aws-partitions-1.336.0.gem
vendored
BIN
vendor/cache/aws-partitions-1.336.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/aws-partitions-1.338.0.gem
vendored
Normal file
BIN
vendor/cache/aws-partitions-1.338.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/aws-sdk-core-3.102.1.gem
vendored
BIN
vendor/cache/aws-sdk-core-3.102.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/aws-sdk-core-3.103.0.gem
vendored
Normal file
BIN
vendor/cache/aws-sdk-core-3.103.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/aws-sdk-lambda-1.45.0.gem
vendored
BIN
vendor/cache/aws-sdk-lambda-1.45.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/aws-sdk-lambda-1.46.0.gem
vendored
Normal file
BIN
vendor/cache/aws-sdk-lambda-1.46.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue