diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-16 14:21:37 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-19 10:19:21 -0700 |
commit | 352376df6724d6ce9a7654ceb9b248b4ffee5c5d (patch) | |
tree | 90b8a271ef858df483fee4342c9269b1a04ee423 /Gemfile | |
parent | ff643b03cc1179db94a5ebd00f5e2b77de569c91 (diff) | |
download | chef-352376df6724d6ce9a7654ceb9b248b4ffee5c5d.tar.gz |
Bump highline and net-ssh pins and pull inspec from git
Highline 1.7 is out and seems reasonable for our minimal highline usage
Pulling inspec from git for now allows us to use the latest train which allows for the new net-ssh
New net-ssh allows for new key formats
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ gem "cheffish", "~> 14" group(:omnibus_package) do gem "appbundler" gem "rb-readline" - gem "inspec-core", "~> 3" + gem "inspec-core", git: "https://github.com/chef/inspec.git", branch: "master" gem "chef-vault" end |