Skip to content

Commit

Permalink
Avoid concurrent-ruby 1.1.6 which is triggering MRI segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Feb 21, 2020
1 parent 92c563b commit a5b6c66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/dependencies.yml
Expand Up @@ -13,6 +13,9 @@ dependencies:
version: ['>=5.0.0', '< 6.0.0']
- gem: codecov
version: '~> 0.1.10'
- gem: 'concurrent-ruby'
version: '!= 1.1.6'
reason: 'https://github.com/ruby-concurrency/concurrent-ruby/issues/849'
- gem: dependency_checker
version: '~> 0.2'
- gem: facterdb
Expand All @@ -30,7 +33,7 @@ dependencies:
- gem: pry
version: '~> 0.10.4'
- gem: puppet-debugger
version: '~> 0.14'
version: '~> 0.14'
- gem: puppet-lint
version: ['>= 2.3.0', '< 3.0.0']
- gem: puppet_pot_generator
Expand Down

0 comments on commit a5b6c66

Please sign in to comment.