Gemfile in aruba-0.14.10 vs Gemfile in aruba-0.14.11
- old
+ new
@@ -84,11 +84,13 @@
gem 'cucumber', '~> 2.0'
end
if RUBY_VERSION < '1.9.2'
gem 'childprocess', '~> 0.6.3'
- else
+ elsif RUBY_VERSION < '2.3.0'
gem 'childprocess', '~> 1.0.1'
+ else
+ gem 'childprocess', '~> 2.0'
end
if RUBY_VERSION < '1.9.2'
gem 'contracts', '~> 0.15.0'
else