From ec1f20f9bf07ef5aabac4319c9e1a42e0b42f0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Oct 2018 05:35:05 +0000 Subject: [PATCH] Bump fog-aws from 3.0.0 to 3.3.0 Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/fog/fog-aws/releases) - [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md) - [Commits](https://github.com/fog/fog-aws/compare/v3.0.0...v3.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e0d023..07c79b9 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'coffee-rails', '~> 4.2.0' gem 'devise', '~> 4.4.3' gem 'devise_invitable', '~> 1.7.4' gem 'dotenv-rails', '~> 2.4.0' -gem 'fog-aws', '~> 3.0.0' +gem 'fog-aws', '~> 3.3.0' gem 'jbuilder', '~> 2.7.0' gem 'jquery-rails', '~> 4.3.3' gem 'kaminari', '~> 1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 842f12f..3a9a889 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) ffi (1.9.25) - fog-aws (3.0.0) + fog-aws (3.3.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) @@ -414,7 +414,7 @@ DEPENDENCIES dotenv-rails (~> 2.4.0) factory_bot_rails (~> 4.11.1) faker (~> 1.8.7) - fog-aws (~> 3.0.0) + fog-aws (~> 3.3.0) guard-minitest (~> 2.4.6) guard-rubocop (~> 1.3.0) jbuilder (~> 2.7.0)