summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-25 20:11:02 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-25 20:11:02 -0700
commit26f2cc3185f49351f8298202034f99276d9b246f (patch)
tree83ea349a6130b3dbe79573f4acfe6e5f3c6b5f43 /Gemfile.lock
parenta33873f79b3350163a3e12efc69c5d5b22c099e6 (diff)
downloadchef-26f2cc3185f49351f8298202034f99276d9b246f.tar.gz
Update ffi-libarchive for windows fixes / pin the dep
Make sure we don't later pull in a breaking version here, but make sure we have at least 1.0.3 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d6cedd28e0..b06cb64cd4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/chef/chefstyle.git
- revision: 309b638d8434b8a98f7c54329947ea11c8373ef4
+ revision: d8d6cc3aa61b8ba9611be452f43618f5a6138ade
branch: master
specs:
- chefstyle (1.1.1)
- rubocop (= 0.85.1)
+ chefstyle (1.1.2)
+ rubocop (= 0.86.0)
GIT
remote: https://github.com/chef/ohai.git
@@ -38,7 +38,7 @@ PATH
ed25519 (~> 1.2)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
- ffi-libarchive
+ ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
highline (>= 1.6.9, < 2)
iniparse (~> 1.4)
@@ -70,7 +70,7 @@ PATH
ed25519 (~> 1.2)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
- ffi-libarchive
+ ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
highline (>= 1.6.9, < 2)
iniparse (~> 1.4)
@@ -175,7 +175,7 @@ GEM
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
ffi (1.13.1-x86-mingw32)
- ffi-libarchive (1.0.0)
+ ffi-libarchive (1.0.3)
ffi (~> 1.0)
ffi-win32-extensions (1.0.3)
ffi
@@ -313,13 +313,13 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (0.85.1)
+ rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
- rubocop-ast (>= 0.0.3)
+ rubocop-ast (>= 0.0.3, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)