summaryrefslogtreecommitdiff
path: root/acceptance/fips/test/integration/fips-integration/serverspec/Gemfile
blob: d297c4314d7e20ca29ecf54f0a4f05ed6412d672 (plain)
1
2
3
4
5
6
7
8
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"