thin-provisioning-tools/Gemfile
2017-07-28 10:38:36 +01:00

8 lines
154 B
Ruby

source 'https://rubygems.org'
group :test do
gem 'cucumber', '~> 2.4.0'
gem 'aruba'
gem 'thinp_xml', :path => "/home/ejt/work/RedHat/thinp_xml"
end