Skip to content

Commit

Permalink
Merge pull request #124 from DavidS/pin-concurrent-ruby
Browse files Browse the repository at this point in the history
Avoid concurrent-ruby 1.1.6 which is triggering MRI segfaults
  • Loading branch information
sheenaajay committed Feb 24, 2020
2 parents 92c563b + a5b6c66 commit 1b2601b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/dependencies.yml
Original file line number Diff line number Diff line change
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 1b2601b

Please sign in to comment.