Skip to content

Commit

Permalink
Drop the bundle warning about insecure git sources
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Sep 2, 2018
1 parent 9758124 commit 2cb56f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -2,6 +2,8 @@

source "https://rubygems.org"

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "rails", github: "rails/rails"
Expand Down

0 comments on commit 2cb56f1

Please sign in to comment.