Skip to content

Commit

Permalink
update-aws-sdk (#7)
Browse files Browse the repository at this point in the history
update-aws-sdk
  • Loading branch information
kbluescode authored Jan 28, 2020
2 parents d89d21a + fc5d91f commit e1e5bcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_secret_env/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CloudSecretEnv
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit e1e5bcb

Please sign in to comment.