Use rubygems via https
This commit is contained in:
parent
8599ca80a2
commit
7384011e54
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
ruby '1.9.3' rescue nil
|
||||
|
||||
source :rubygems
|
||||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
|
||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
||||
|
|
|
@ -102,7 +102,7 @@ PATH
|
|||
travis-support
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionmailer (3.2.12)
|
||||
actionpack (= 3.2.12)
|
||||
|
|
Loading…
Reference in New Issue
Block a user