summaryrefslogtreecommitdiff
path: root/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile')
-rw-r--r--acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile b/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
index 3921e6a92a..03c7a9e657 100644
--- a/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
+++ b/acceptance/fips/test/integration/fips-unit-functional/serverspec/Gemfile
@@ -1,3 +1,7 @@
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 "mixlib-shellout"