Skip to content

Commit

Permalink
v.0.0.12
Browse files Browse the repository at this point in the history
This loosens the requirement on aws_cred_vault to allow 0.1.0 and newer
  • Loading branch information
Gregor MacDougall committed May 4, 2018
1 parent 91af331 commit 92105eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Omc
VERSION = '0.0.11'
VERSION = '0.0.12'
end
2 changes: 1 addition & 1 deletion omc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "thor", '~> 0.19'
spec.add_dependency "aws_cred_vault", '~> 0.0.7'
spec.add_dependency "aws_cred_vault", '~> 0.0', '>= 0.0.7'
spec.add_dependency "aws-sdk-v1", '~> 1.56'

spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit 92105eb

Please sign in to comment.