Skip to content
代码片段 群组 项目
提交 f87355b1 编辑于 作者: Igor Drozdov's avatar Igor Drozdov
浏览文件

Require irb gem for an initializer

Rails 7.1 start explicitly adding this gem as a dependency.
We don't have it in Gemfile, so let's explicityl require it.
上级 e3981f2f
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
# frozen_string_literal: true # frozen_string_literal: true
require 'irb'
if Gitlab::Runtime.console? if Gitlab::Runtime.console?
# Stop irb from writing a history file by default. # Stop irb from writing a history file by default.
module IrbNoHistory module IrbNoHistory
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册