Skip to content

Commit 9b841c1

Browse files
authored
Merge pull request rails#51490 from Shopify/remove-git-source
Stop generating files with `git_source(:github)`
2 parents d4c40b6 + 40d6385 commit 9b841c1

File tree

13 files changed

+0
-27
lines changed

13 files changed

+0
-27
lines changed

guides/bug_report_templates/action_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/action_mailbox.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/action_mailer.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/action_view.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/active_job.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/active_record.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/active_record_migrations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/active_storage.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/benchmark.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

guides/bug_report_templates/generic.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
gemfile(true) do
66
source "https://rubygems.org"
77

8-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
9-
108
gem "rails"
119
# If you want to test against edge Rails replace the previous line with this:
1210
# gem "rails", github: "rails/rails", branch: "main"

0 commit comments

Comments
 (0)