From fc5d91fa2dfc389e6ac266bd4600386897043bab Mon Sep 17 00:00:00 2001 From: Kevin Blues Date: Tue, 28 Jan 2020 11:51:31 -0800 Subject: [PATCH] fix(Gemfile): Update aws-sdk so EKS ServiceAccounts can be used --- Gemfile.lock | 14 +++++++------- lib/cloud_secret_env/version.rb | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03330eb..542788c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,21 @@ PATH remote: . specs: - cloud_secret_env (0.1.1) + cloud_secret_env (0.1.2) aws-sdk (~> 2) GEM remote: https://rubygems.org/ specs: ast (2.4.0) - aws-eventstream (1.0.2) - aws-sdk (2.11.256) - aws-sdk-resources (= 2.11.256) - aws-sdk-core (2.11.256) + aws-eventstream (1.0.3) + aws-sdk (2.11.436) + aws-sdk-resources (= 2.11.436) + aws-sdk-core (2.11.436) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.256) - aws-sdk-core (= 2.11.256) + aws-sdk-resources (2.11.436) + aws-sdk-core (= 2.11.436) aws-sigv4 (1.1.0) aws-eventstream (~> 1.0, >= 1.0.2) coderay (1.1.2) diff --git a/lib/cloud_secret_env/version.rb b/lib/cloud_secret_env/version.rb index 25f12cd..74faabd 100644 --- a/lib/cloud_secret_env/version.rb +++ b/lib/cloud_secret_env/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CloudSecretEnv - VERSION = '0.1.1' + VERSION = '0.1.2' end