Skip to content

Commit

Permalink
Bump aws-sdk-lambda from 1.34.0 to 1.35.0 (#5751) [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and maestromac committed Jan 27, 2020
1 parent 1da3846 commit 5538c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "algoliasearch-rails", "~> 1.23" # 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.34" # Official AWS Ruby gem for AWS Lambda
gem "aws-sdk-lambda", "~> 1.35" # 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", "~> 2.0" # Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ GEM
execjs
awesome_print (1.8.0)
aws-eventstream (1.0.3)
aws-partitions (1.251.0)
aws-sdk-core (3.84.0)
aws-partitions (1.269.0)
aws-sdk-core (3.89.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-lambda (1.34.0)
aws-sdk-lambda (1.35.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
Expand Down Expand Up @@ -880,7 +880,7 @@ DEPENDENCIES
approvals (~> 0.0)
autoprefixer-rails (~> 9.7)
awesome_print (~> 1.8)
aws-sdk-lambda (~> 1.34)
aws-sdk-lambda (~> 1.35)
better_errors (~> 2.5)
binding_of_caller (~> 0.8)
bootsnap (>= 1.1.0)
Expand Down

0 comments on commit 5538c7e

Please sign in to comment.