summaryrefslogtreecommitdiff
path: root/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/fips/test/integration/fips-integration/serverspec/Gemfile')
-rw-r--r--acceptance/fips/test/integration/fips-integration/serverspec/Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile b/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
index 3921e6a92a..d297c4314d 100644
--- a/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
+++ b/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
@@ -1,3 +1,9 @@
source "https://rubygems.org"
+# Until https://github.com/test-kitchen/busser-serverspec/pull/42 is merged and
+# released, we need to include rake and rspec-core in the Gemfile
+gem "rake"
+gem "rspec-core"
+gem "busser-serverspec"
+gem "serverspec"
gem "mixlib-shellout"