Changed Gemfile from https to http
Showing
source 'https://rubygems.org' | ||
source 'http://rubygems.org' | ||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.5.1' | ||
... | ... |
Please register or sign in to comment
source 'https://rubygems.org' | ||
source 'http://rubygems.org' | ||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
ruby '2.5.1' | ||
... | ... |