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

Commit

Permalink
pin mixlib-archive
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Jun 8, 2018
1 parent 956388a commit 3196a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group(:omnibus_package) do
gem "knife-windows", ">= 1.9.0"
gem "knife-opc", ">= 0.3.2"
gem "knife-vsphere", ">= 2.0.3"
gem "mixlib-archive", ">= 0.4.6"
gem "mixlib-archive", "= 0.4.6" # FIXME: equality pinned for now because windows is busted on 0.4.7
gem "ohai", ">= 14.0.29"
gem "net-ssh", ">= 4.2.0"
gem "test-kitchen", ">= 1.21.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ GEM
mini_portile2 (2.3.0)
minitar (0.6.1)
minitest (5.11.3)
mixlib-archive (0.4.7)
mixlib-archive (0.4.6)
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
Expand Down Expand Up @@ -772,7 +772,7 @@ DEPENDENCIES
knife-vsphere (>= 2.0.3)
knife-windows (>= 1.9.0)
listen
mixlib-archive (>= 0.4.6)
mixlib-archive (= 0.4.6)
mixlib-install
mixlib-versioning
net-ssh (>= 4.2.0)
Expand Down

0 comments on commit 3196a7b

Please # to comment.