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:
parent
f0ef9ffed1
commit
76cad13759
2 changed files with 0 additions and 4 deletions
|
@ -2,6 +2,4 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
# gem "rails"
|
||||
|
|
|
@ -3,6 +3,4 @@
|
|||
# A sample gems.rb
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
# gem "rails"
|
||||
|
|
Loading…
Add table
Reference in a new issue