summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index c358744401..1c9e7048bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", ">= 4.0.0.a", "< 5"
+ gem "inspec-core", "~> 4.3"
gem "chef-vault"
gem "ed25519" # ed25519 ssh key support done here as it's a native gem we can't put in train
gem "bcrypt_pbkdf" # ed25519 ssh key support done here as it's a native gem we can't put in train
diff --git a/Gemfile.lock b/Gemfile.lock
index 867a24a686..d241730fad 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -416,7 +416,9 @@ DEPENDENCIES
cheffish (~> 14)
chefstyle!
ed25519
- inspec-core (>= 4.0.0.a, < 5)
+ inspec-core (~> 4.3)
+ netrc
+ octokit
ohai!
pry
pry-byebug