Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Update chef-vault to 3.4.1 #1712

Merged
merged 1 commit into from
Sep 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ group(:omnibus_package) do
gem "chef-provisioning", ">= 2.7.1", group: :provisioning
gem "chef-provisioning-aws", ">= 3.0.2", group: :provisioning
gem "chef-provisioning-fog", ">= 0.26.1", group: :provisioning
gem "chef-vault", ">= 3.3.0"
gem "chef-vault", ">= 3.4.1"
# Expeditor manages the version of chef released to Rubygems. We only release 'stable' chef
# gems to Rubygems now, so letting this float on latest should always give us the latest
# stable release. May have to re-pin around major version bumping time, or during patch
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
concurrent-ruby (~> 1.0)
ffi-yajl (~> 2.2)
http (~> 2.2)
chef-vault (3.4.0)
chef-vault (3.4.1)
chef-zero (14.0.6)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 4.0)
Expand Down Expand Up @@ -801,7 +801,7 @@ DEPENDENCIES
chef-provisioning-aws (>= 3.0.2)
chef-provisioning-fog (>= 0.26.1)
chef-sugar
chef-vault (>= 3.3.0)
chef-vault (>= 3.4.1)
cheffish (>= 14.0.1)
chefspec (>= 7.3.0)
chefstyle
Expand Down