3 Star 2 Fork 0

gitlabcc / gitlab-shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gemfile 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luke Duncalfe 提交于 2019-03-29 09:24 . Add pry gem for easy debugging
source 'https://rubygems.org'
group :development, :test do
gem 'listen', '~> 0.5.0'
gem 'pry', '~> 0.12.2'
gem 'rspec', '~> 3.8.0'
gem 'rspec-parameterized', '~> 0.4.0'
gem 'rubocop', '0.49.1', require: false
gem 'simplecov', '~> 0.9.0', require: false
gem 'vcr', '~> 4.0.0'
gem 'webmock', '~> 3.4.0'
end
Ruby
1
https://gitee.com/qiai365/gitlab-shell.git
git@gitee.com:qiai365/gitlab-shell.git
qiai365
gitlab-shell
gitlab-shell
master

搜索帮助