Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

Commit 828f005

Browse files
committed
Gemfile: use HTTPS for rubygems.org
Use HTTPS so users' connections to the rubygems.org server will be verified with SSL.
1 parent a87e9bf commit 828f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gemspec
44

0 commit comments

Comments
 (0)