From 139be5c45e9df1989d00b60074094573061bd26b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 16:02:01 -0400 Subject: [PATCH] Bump aws-sdk-lambda from 1.37.0 to 1.38.0 (#7038) Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.37.0 to 1.38.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.37.0...v1.38.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0314ec1e7..61c8daa42 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "algoliasearch-rails", "~> 1.24" # Algolia Search is a hosted search engine gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure gem "autoprefixer-rails", "~> 9.7" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website -gem "aws-sdk-lambda", "~> 1.37" # Official AWS Ruby gem for AWS Lambda +gem "aws-sdk-lambda", "~> 1.38" # Official AWS Ruby gem for AWS Lambda gem "blazer", "~> 2.2.1" # 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 61b5b9a5d..f5191956b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,13 +97,13 @@ GEM execjs awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.281.0) - aws-sdk-core (3.91.0) + aws-partitions (1.293.0) + aws-sdk-core (3.92.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-lambda (1.37.0) + aws-sdk-lambda (1.38.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.1.1) @@ -885,7 +885,7 @@ DEPENDENCIES approvals (~> 0.0) autoprefixer-rails (~> 9.7) awesome_print (~> 1.8) - aws-sdk-lambda (~> 1.37) + aws-sdk-lambda (~> 1.38) better_errors (~> 2.6) binding_of_caller (~> 0.8) blazer (~> 2.2.1)