替换gem源
This commit is contained in:
parent
bc0a686909
commit
da3ab226f1
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
unless RUBY_PLATFORM =~ /w32/
|
||||
# unix-like only
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
# Specify your gem's dependencies in gitlab.gemspec
|
||||
gemspec
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source "http://gems.ruby-china.org/"
|
||||
source "https://gems.ruby-china.com/"
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source 'http://gems.ruby-china.org/'
|
||||
source 'https://gems.ruby-china.com/'
|
||||
|
||||
gem 'rich', '1.4.6'
|
||||
gem 'kaminari'
|
||||
|
|
Loading…
Reference in New Issue