Bump aws-sdk-lambda from 1.22.0 to 1.25.0 (#2897 [ci skip]
Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.22.0 to 1.25.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/1.22.0...1.25.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
d65889b8a8
commit
b0a371aa39
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem "algoliasearch-rails", "~> 1.21" # 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.5" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
|
||||
gem "aws-sdk-lambda", "~> 1.22" # Official AWS Ruby gem for AWS Lambda
|
||||
gem "aws-sdk-lambda", "~> 1.25" # Official AWS Ruby gem for AWS Lambda
|
||||
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
|
||||
gem "carrierwave", "~> 1.3" # Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -116,14 +116,14 @@ GEM
|
|||
execjs
|
||||
awesome_print (1.8.0)
|
||||
aws-eventstream (1.0.3)
|
||||
aws-partitions (1.154.0)
|
||||
aws-sdk-core (3.48.6)
|
||||
aws-partitions (1.163.0)
|
||||
aws-sdk-core (3.52.1)
|
||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||
aws-partitions (~> 1.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
jmespath (~> 1.0)
|
||||
aws-sdk-lambda (1.22.0)
|
||||
aws-sdk-core (~> 3, >= 3.48.2)
|
||||
aws-sdk-lambda (1.25.0)
|
||||
aws-sdk-core (~> 3, >= 3.52.1)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.1.0)
|
||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||
|
|
@ -837,7 +837,7 @@ DEPENDENCIES
|
|||
approvals (~> 0.0)
|
||||
autoprefixer-rails (~> 9.5)
|
||||
awesome_print (~> 1.8)
|
||||
aws-sdk-lambda (~> 1.22)
|
||||
aws-sdk-lambda (~> 1.25)
|
||||
better_errors (~> 2.5)
|
||||
binding_of_caller (~> 0.8)
|
||||
bootsnap (>= 1.1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue