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') ...@@ -6,7 +6,7 @@ def cp_gem(name, repo_name, branch = 'master')
gem name, :git => url, :branch => branch gem name, :git => url, :branch => branch
end end
source 'http://rubygems.org' source 'https://rubygems.org'
gemspec gemspec
......
...@@ -81,7 +81,7 @@ PATH ...@@ -81,7 +81,7 @@ PATH
xcodeproj (~> 0.23.1) xcodeproj (~> 0.23.1)
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.2.1) activesupport (4.2.1)
i18n (~> 0.7) 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