Skip to content

Commit e1b4cb5

Browse files
committed
(MODULES-3983) Update parallel_tests for ruby 2.0.0
1 parent b1f910d commit e1b4cb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ group :development, :unit_tests do
2424
gem 'rspec-puppet', '>= 2.3.2'
2525
gem 'rspec-puppet-facts'
2626
gem 'simplecov'
27-
gem 'parallel_tests'
27+
gem 'parallel_tests', '< 2.10.0' if RUBY_VERSION < '2.0.0'
28+
gem 'parallel_tests' if RUBY_VERSION >= '2.0.0'
2829
gem 'rubocop', '0.41.2' if RUBY_VERSION < '2.0.0'
2930
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
3031
gem 'rubocop-rspec', '~> 1.6' if RUBY_VERSION >= '2.3.0'

0 commit comments

Comments
 (0)