Update gem requirements

This commit is contained in:
Joe Thornber
2013-06-19 11:29:49 +01:00
parent acd197ed6f
commit 0b63393ddd
2 changed files with 19 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
source 'https://rubygems.org'
group :test do
gem 'cucumber', '1.2.3'
gem 'aruba', '0.5.1'
gem 'cucumber'
gem 'aruba'
gem 'thinp_xml'
end