Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Gemfile 297 Bytes
Copy Edit Raw Blame History
王贵 authored 2017-10-09 14:38 . gfg
# frozen_string_literal: true
if !ENV['CIRCLECI']
source "https://rubygems.org" do
gem "xcpretty"
gem "xcpretty-json-formatter"
gem "danger"
gem "danger-xcode_summary"
gem "cocoapods"
end
end
# gem "danger-prose"
# gem "danger-clorox"
# gem "danger-mention"
# gem "rails"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化