Commit 91f7f5e4 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Gemfile] Use https

parent 891098a4
......@@ -6,7 +6,7 @@ def cp_gem(name, repo_name, branch = 'master')
gem name, :git => url, :branch => branch
end
source 'http://rubygems.org'
source 'https://rubygems.org'
gemspec
......
......@@ -81,7 +81,7 @@ PATH
xcodeproj (~> 0.23.1)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (4.2.1)
i18n (~> 0.7)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment