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
|
ruby '1.9.3' rescue nil
|
||||||
|
|
||||||
source :rubygems
|
source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
gem 'travis-core', github: 'travis-ci/travis-core'
|
||||||
|
|
|
@ -102,7 +102,7 @@ PATH
|
||||||
travis-support
|
travis-support
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.12)
|
actionmailer (3.2.12)
|
||||||
actionpack (= 3.2.12)
|
actionpack (= 3.2.12)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user