Use HTTPS for gem source
This commit is contained in:
parent
1d1c2a8c35
commit
7cc8bb5380
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source 'http://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~> 3.1.0'
|
gem 'rails', '~> 3.1.0'
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ GIT
|
||||||
remotipart (~> 1.0)
|
remotipart (~> 1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.1.3)
|
actionmailer (3.1.3)
|
||||||
actionpack (= 3.1.3)
|
actionpack (= 3.1.3)
|
||||||
|
|
Loading…
Reference in New Issue