Skip to content

Commit 8851449

Browse files
committed
Update bug_report_template files for Rails 7.0
1 parent 9eaaf51 commit 8851449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

guides/bug_report_templates/active_record_gem.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

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

10-
gem "rails", github: "rails/rails", branch: "main"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "7-0-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release70"
1212
gem "minitest"
1313

1414
platforms :ruby do

guides/bug_report_templates/active_record_gem_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

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

10-
gem "rails", github: "rails/rails", branch: "main"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "7-0-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release70"
1212
gem "rspec", require: "rspec/autorun"
1313

1414
platforms :ruby do

0 commit comments

Comments
 (0)