Skip to content

Commit 40d6385

Browse files
committed
Stop generating files with git_source(:github)
This has been built-in in Bundler for years now, and the builtin version is much better as it allows to point to a PR directly.
1 parent d4c40b6 commit 40d6385

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)