diff --git a/.github/workflows/ruby_head.yml b/.github/workflows/ruby_head.yml index 7c260da61..6028760ac 100644 --- a/.github/workflows/ruby_head.yml +++ b/.github/workflows/ruby_head.yml @@ -77,7 +77,6 @@ jobs: run: | bundle exec rspec - name: Run bug report templates - if: false run: | cd guides/bug_report_templates ruby active_record_gem.rb diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 294257a25..9087c4ece 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,7 +83,6 @@ jobs: run: | bundle exec rspec - name: Run bug report templates - if: "false" run: | cd guides/bug_report_templates ruby active_record_gem.rb diff --git a/.github/workflows/test_11g.yml b/.github/workflows/test_11g.yml index eb2d5f5e7..945886602 100644 --- a/.github/workflows/test_11g.yml +++ b/.github/workflows/test_11g.yml @@ -87,7 +87,6 @@ jobs: run: | bundle exec rspec - name: Run bug report templates - if: "false" run: | cd guides/bug_report_templates ruby active_record_gem.rb diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb index 0c0b4decd..7c66f9353 100644 --- a/guides/bug_report_templates/active_record_gem.rb +++ b/guides/bug_report_templates/active_record_gem.rb @@ -7,8 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } - gem "activerecord", github: "rails/rails", branch: "main" - gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master" + gem "activerecord", github: "rails/rails", branch: "8-0-stable" + gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release80" gem "minitest" platforms :ruby do diff --git a/guides/bug_report_templates/active_record_gem_spec.rb b/guides/bug_report_templates/active_record_gem_spec.rb index e804a1954..68f079d3f 100644 --- a/guides/bug_report_templates/active_record_gem_spec.rb +++ b/guides/bug_report_templates/active_record_gem_spec.rb @@ -7,8 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } - gem "activerecord", github: "rails/rails", branch: "main" - gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master" + gem "activerecord", github: "rails/rails", branch: "8-0-stable" + gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release80" gem "rspec", require: "rspec/autorun" platforms :ruby do