[functional tests] upgrade to Ruby 2.4.1

This commit is contained in:
Joe Thornber
2017-07-28 10:38:36 +01:00
parent 0a06e4b21b
commit 53e3d5f962
5 changed files with 53 additions and 36 deletions

View File

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