Skip to content

Commit a314499

Browse files
committed
update gem source
1 parent 7ed1300 commit a314499

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# coding: utf-8
2-
source 'https://rubygems.org'
2+
if ENV['USE_OFFICIAL_GEM_SOURCE']
3+
source 'https://rubygems.org'
4+
else
5+
source 'https://ruby.taobao.org'
6+
end
37

48
gem 'rails', '4.2.0.beta2'
59
gem 'sass-rails', '~> 5.0.0.beta1'

0 commit comments

Comments
 (0)