Skip to content

Commit ee55d5c

Browse files
authored
Merge pull request #2465 from yahonda/run-bug-report-templates-release72
Fix bug report templates for release72 branch
2 parents 6ca2837 + a290963 commit ee55d5c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
run: |
8282
bundle exec rspec
8383
- name: Run bug report templates
84-
if: "false"
8584
run: |
8685
cd guides/bug_report_templates
8786
ruby active_record_gem.rb

.github/workflows/test_11g.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
run: |
8686
bundle exec rspec
8787
- name: Run bug report templates
88-
if: "false"
8988
run: |
9089
cd guides/bug_report_templates
9190
ruby active_record_gem.rb

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 "activerecord", github: "rails/rails", branch: "main"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "activerecord", github: "rails/rails", branch: "7-2-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release72"
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 "activerecord", github: "rails/rails", branch: "main"
11-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
10+
gem "activerecord", github: "rails/rails", branch: "7-2-stable"
11+
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release72"
1212
gem "rspec", require: "rspec/autorun"
1313

1414
platforms :ruby do

0 commit comments

Comments
 (0)