diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-06-21 10:11:04 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-06-21 10:11:04 -0700 |
commit | 1575a6696969fdabf06be4bca222eea8fbcfaeec (patch) | |
tree | a2fd9427f59af1f95c0c0d464bb9718cf27c9996 /omnibus/Gemfile | |
parent | de78e3902a6b1743f0d69bbac073c274ed85cb80 (diff) | |
download | chef-1575a6696969fdabf06be4bca222eea8fbcfaeec.tar.gz |
update nokogiri and dependencies
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index ef1dec354d..3e19adfb39 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -13,10 +13,10 @@ gem "pedump", git: "https://github.com/ksubrama/pedump.git", branch: "patch-1" # by running `bundle install --without development` to speed up build times. group :development do # Use Berkshelf for resolving cookbook dependencies - gem "berkshelf", "~> 3.0" + gem "berkshelf", "~> 4.0" # Use Test Kitchen with Vagrant for converging the build environment - gem "test-kitchen", "~> 1.7.1" + gem "test-kitchen", "~> 1.9" gem "kitchen-vagrant", "~> 0.19.0" gem "winrm-fs", "~> 0.4.0" gem "pry" |