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