Skip to content
代码片段 群组 项目
  • Thong Kuah's avatar
    4ca449f4
    Silence IO:Buffer warning while requiring async gem · 4ca449f4
    Thong Kuah 创作于
    Calling `IO::Buffer.new` produces this warning. It looks like the async
    gem calls `IO::Buffer.new` on `require`.
    
    So we silence warnings while requiring the async gem. In Ruby 3.3, the
    gem no longer calls `IO::Buffer.new` so we can skip silencing.
    4ca449f4
    历史
    Silence IO:Buffer warning while requiring async gem
    Thong Kuah 创作于
    Calling `IO::Buffer.new` produces this warning. It looks like the async
    gem calls `IO::Buffer.new` on `require`.
    
    So we silence warnings while requiring the async gem. In Ruby 3.3, the
    gem no longer calls `IO::Buffer.new` so we can skip silencing.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
此项目使用Bundler管理其依赖关系. 进一步了解
Gemfile 33.67 KiB