summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-06 22:22:48 -0800
committerTim Smith <tsmith@chef.io>2019-04-15 10:27:10 -0700
commit49ca8ca5070d171b8d64d3158f93531ee0573c4b (patch)
tree3241093f3747132c967217a562f51f8d41262da5 /Gemfile.lock
parentce11470525cf03df6b464112db9501d7c49fd29b (diff)
downloadchef-49ca8ca5070d171b8d64d3158f93531ee0573c4b.tar.gz
Add a new archive_file resource from the libarchive cookbook
This adds the archive_file resource from the libarchive cookbook. I've updated the property names in that cookbook to allow us to add a :create action later on. This code matches the code in the cookbook nearly 100%. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9a72f0b45b..f01b89a943 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,6 +35,7 @@ PATH
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
+ ffi-libarchive
ffi-yajl (~> 2.2)
highline (~> 1.6, >= 1.6.9)
iniparse (~> 1.4)
@@ -59,6 +60,7 @@ PATH
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
+ ffi-libarchive
ffi-yajl (~> 2.2)
highline (~> 1.6, >= 1.6.9)
iniparse (~> 1.4)
@@ -136,6 +138,8 @@ GEM
ffi (1.10.0)
ffi (1.10.0-x64-mingw32)
ffi (1.10.0-x86-mingw32)
+ ffi-libarchive (0.4.6)
+ ffi (~> 1.0)
ffi-win32-extensions (1.0.3)
ffi
ffi-yajl (2.3.1)