Skip to content
代码片段 群组 项目
未验证 提交 0c2bfe8d 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Drop redundant `require 'set'`

It's no longer needed since Ruby 3.2+ and we dropped Ruby 3.1 some time
ago.
上级 3af66dbc
No related branches found
No related tags found
无相关合并请求
# frozen_string_literal: true # frozen_string_literal: true
require 'set' # rubocop:disable Lint/RedundantRequireStatement -- Ruby 3.1 and earlier needs this. Drop this line after Ruby 3.2+ is only supported.
module BundlerChecksum::Command module BundlerChecksum::Command
module Lint module Lint
extend self extend self
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册