thin-provisioning-tools/Gemfile

8 lines
154 B
Ruby
Raw Normal View History

2013-03-21 01:14:09 +05:30
source 'https://rubygems.org'
group :test do
gem 'cucumber', '~> 2.4.0'
2013-06-19 15:59:49 +05:30
gem 'aruba'
gem 'thinp_xml', :path => "/home/ejt/work/RedHat/thinp_xml"
2013-03-21 01:14:09 +05:30
end