Skip to content

Commit 8ef45bf

Browse files
author
Nate Potter
committed
Use parallel_tests 2.9.0 for ruby < 2.0.0
Parallel_tests 2.10.0 requires ruby >= 2.0.0, so for jobs with ruby < 2.0.0 parallel_tests 2.9.0 should be used.
1 parent 9bab173 commit 8ef45bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ group :development, :unit_tests do
2626
gem 'mocha', '< 1.2.0'
2727
gem 'rspec-puppet-facts'
2828
gem 'simplecov'
29-
gem 'parallel_tests'
29+
gem 'parallel_tests', '2.9.0' if RUBY_VERSION < '2.0.0'
3030
gem 'rubocop', '0.41.2' if RUBY_VERSION < '2.0.0'
3131
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
3232
gem 'rubocop-rspec', '~> 1.6' if RUBY_VERSION >= '2.3.0'

0 commit comments

Comments
 (0)