[Gemfile] Use https
Showing
| ... | @@ -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 | ||
| ... | ... |
Please
register
or
sign in
to comment