1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Don't add custom github source to bundle init Gemfile

It's provided by bundler.

https://github.com/rubygems/rubygems/commit/25ccaab46b
This commit is contained in:
David Rodríguez 2021-12-07 19:23:22 +01:00 committed by git
parent f0ef9ffed1
commit 76cad13759
2 changed files with 0 additions and 4 deletions

View file

@ -2,6 +2,4 @@
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails"

View file

@ -3,6 +3,4 @@
# A sample gems.rb
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails"