We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bab173 commit 8ef45bfCopy full SHA for 8ef45bf
Gemfile
@@ -26,7 +26,7 @@ group :development, :unit_tests do
26
gem 'mocha', '< 1.2.0'
27
gem 'rspec-puppet-facts'
28
gem 'simplecov'
29
- gem 'parallel_tests'
+ gem 'parallel_tests', '2.9.0' if RUBY_VERSION < '2.0.0'
30
gem 'rubocop', '0.41.2' if RUBY_VERSION < '2.0.0'
31
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
32
gem 'rubocop-rspec', '~> 1.6' if RUBY_VERSION >= '2.3.0'
0 commit comments