Skip to content

Commit ab17826

Browse files
authored
Merge pull request #2063 from yahonda/update_bug_report_templates_for_rails61
Update bug report templates for Oracle enhanced adapter 6.1
2 parents 8e665bc + 1c1d61a commit ab17826

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: "master"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "6-1-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release61"
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: "master"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "rails", github: "rails/rails", branch: "6-1-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release61"
1212
gem "rspec"
1313

1414
platforms :ruby do

0 commit comments

Comments
 (0)