Skip to content

Commit 4038f2b

Browse files
committed
Update bug report templates to Rails 8.1 (8-1-stable branch)
1 parent 85618af commit 4038f2b

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 "activerecord", github: "rails/rails", branch: "8-0-stable"
10+
gem "activerecord", github: "rails/rails", branch: "8-1-stable"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release80"
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 "activerecord", github: "rails/rails", branch: "8-0-stable"
10+
gem "activerecord", github: "rails/rails", branch: "8-1-stable"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release80"
1212
gem "rspec", require: "rspec/autorun"
1313

0 commit comments

Comments
 (0)