Ai
1 Star 0 Fork 0

g1a22/mirror-gitlab-org-gitlab-ce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
spring 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env ruby
# This file loads spring without using Bundler, in order to be fast.
# It gets overwritten when you run the `spring binstub` command.
unless defined?(Spring)
require 'rubygems'
require 'bundler'
if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m))
Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) }
gem 'spring', match[1]
require 'spring/binstub'
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gyiang/mirror-gitlab-org-gitlab-ce.git
git@gitee.com:gyiang/mirror-gitlab-org-gitlab-ce.git
gyiang
mirror-gitlab-org-gitlab-ce
mirror-gitlab-org-gitlab-ce
master

搜索帮助