From: Paula McMaw Date: Thu, 20 Oct 2016 08:47:24 +0000 (+0100) Subject: (MODULES-3983) Update parallel_tests for ruby 2.0.0 X-Git-Tag: 2.4.0~17^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2FPaula_modulesync;p=puppet-modules%2Fpuppetlabs-apt.git (MODULES-3983) Update parallel_tests for ruby 2.0.0 --- diff --git a/Gemfile b/Gemfile index c97275b..8222ef0 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,8 @@ group :development, :unit_tests do gem 'rspec-puppet', '>= 2.3.2' gem 'rspec-puppet-facts' gem 'simplecov' - gem 'parallel_tests' + gem 'parallel_tests', '< 2.10.0' if RUBY_VERSION < '2.0.0' + gem 'parallel_tests' if RUBY_VERSION >= '2.0.0' gem 'rubocop', '0.41.2' if RUBY_VERSION < '2.0.0' gem 'rubocop' if RUBY_VERSION >= '2.0.0' gem 'rubocop-rspec', '~> 1.6' if RUBY_VERSION >= '2.3.0'