X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Gemfile;h=8222ef0a7af80dd54658f155125a2f828c30a831;hb=89c747ab3b2caad9b36b8ce53a693537f4db6f36;hp=c97275bd828700b2148ee9557223f6861f15b299;hpb=6a66942158c3ed0f1d5707122b62a34fc8129d14;p=puppet-modules%2Fpuppetlabs-apt.git 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'