Meaning of new block “git_source(:github)” in Gemfile
Its a workaround for a bug in Bundler which can cause sources from github to be loaded via HTTP and not HTTPS – which makes it vulnerable to man in the middle attacks. git_source adds a source which you can use so that the gem is downloaded from a git repository instead of a package … Read more