Skip to content

Commit ed581d1

Browse files
committed
Update bug report templates to follow Rails default branch name change
https://twitter.com/dhh/status/1350091751789375490
1 parent 0f189d5 commit ed581d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/bug_report_templates/active_record_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

10-
gem "rails", github: "rails/rails", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "main"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
1212
gem "minitest"
1313

guides/bug_report_templates/active_record_gem_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

10-
gem "rails", github: "rails/rails", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "main"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
1212
gem "rspec"
1313

0 commit comments

Comments
 (0)