From e4592801f0230ceec954451d0705ffd95b1dcbef Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Fri, 1 Feb 2019 09:05:54 +0100 Subject: [PATCH] bump aws-sdk-core --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a729a2b73b2..fff0d72a8de 100644 --- a/Gemfile +++ b/Gemfile @@ -173,7 +173,7 @@ gem 'nokogiri', '~> 1.10.0' gem 'carrierwave', '~> 1.3.1' gem 'fog-aws' -gem 'aws-sdk-core', '~> 3.45.0' +gem 'aws-sdk-core', '~> 3.46.0' # File upload via fog + screenshots on travis gem 'aws-sdk-s3', '~> 1.30.1' diff --git a/Gemfile.lock b/Gemfile.lock index 81d4a28ab57..7e61ffca4ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,8 +282,8 @@ GEM awesome_nested_set (3.1.4) activerecord (>= 4.0.0, < 5.3) aws-eventstream (1.0.1) - aws-partitions (1.131.0) - aws-sdk-core (3.45.0) + aws-partitions (1.136.0) + aws-sdk-core (3.46.0) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) aws-sigv4 (~> 1.0) @@ -886,7 +886,7 @@ DEPENDENCIES airbrake (~> 7.4.0) autoprefixer-rails (~> 9.4.5) awesome_nested_set (~> 3.1.3) - aws-sdk-core (~> 3.45.0) + aws-sdk-core (~> 3.46.0) aws-sdk-s3 (~> 1.30.1) bcrypt (~> 3.1.6) bootsnap (~> 1.3.2)