summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-16 14:21:37 -0700
committerTim Smith <tsmith@chef.io>2019-04-19 10:19:21 -0700
commit352376df6724d6ce9a7654ceb9b248b4ffee5c5d (patch)
tree90b8a271ef858df483fee4342c9269b1a04ee423 /Gemfile
parentff643b03cc1179db94a5ebd00f5e2b77de569c91 (diff)
downloadchef-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c81abd9c5c..d017c15da9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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