mirror of
https://github.com/zhigang1992/fir-cli.git
synced 2026-01-12 22:47:23 +08:00
12 lines
245 B
Ruby
12 lines
245 B
Ruby
# coding: utf-8
|
|
if ENV['USE_OFFICIAL_GEM_SOURCE']
|
|
source 'https://rubygems.org'
|
|
else
|
|
source 'https://ruby.taobao.org'
|
|
end
|
|
|
|
# Specify your gem's dependencies in fir.gemspec
|
|
gemspec
|
|
|
|
gem 'codeclimate-test-reporter', group: :test, require: nil
|