Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken CI due to rake-compiler error on Ruby < 2.6
The recently released rake-compiler 1.2.4 breaks compatibility with Ruby 2.5 and below. It is causing concurrent-ruby CI jobs to fail with errors like this: ``` NoMethodError: undefined method `cleanpath' for "tmp/x86_64-linux/concurrent_ruby_ext/2.3.8":String ``` The rake-compiler regression has been reported here: rake-compiler/rake-compiler#224 As a workaround, this PR updates the ruby-concurrent Gemfile to avoid rake-compiler 1.2.4. This should fix the broken CI jobs.
- Loading branch information