Skip to content
Snippets Groups Projects
Unverified Commit 8418ac8f authored by Craig Gumbley's avatar Craig Gumbley
Browse files

(CONT-705) Pin parallel_tests gem

This PR pins parallel_tests to 3.12.1 which is the last version that
supports ruby 2.5.9.

The change is being implemented to prevent conflicts when building
moduiles on older rubies.
parent 6e2b72d7
No related branches found
No related tags found
No related merge requests found
...@@ -591,7 +591,7 @@ Gemfile: ...@@ -591,7 +591,7 @@ Gemfile:
- gem: 'dependency_checker' - gem: 'dependency_checker'
version: '~> 0.2' version: '~> 0.2'
- gem: 'parallel_tests' - gem: 'parallel_tests'
version: '~> 3.4' version: '= 3.12.1'
- gem: 'pry' - gem: 'pry'
version: '~> 0.10' version: '~> 0.10'
- gem: 'simplecov-console' - gem: 'simplecov-console'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment