Skip to content

Commit 2cb56f1

Browse files
committed
Drop the bundle warning about insecure git sources
1 parent 9758124 commit 2cb56f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source "https://rubygems.org"
44

5+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
6+
57
gemspec
68

79
gem "rails", github: "rails/rails"

0 commit comments

Comments
 (0)