diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb index 44688b468..8ced0615b 100644 --- a/guides/bug_report_templates/active_record_gem.rb +++ b/guides/bug_report_templates/active_record_gem.rb @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } - gem "rails", github: "rails/rails", branch: "main" + gem "activerecord", github: "rails/rails", branch: "main" gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master" gem "minitest" diff --git a/guides/bug_report_templates/active_record_gem_spec.rb b/guides/bug_report_templates/active_record_gem_spec.rb index dcc00f906..9bb7e5c46 100644 --- a/guides/bug_report_templates/active_record_gem_spec.rb +++ b/guides/bug_report_templates/active_record_gem_spec.rb @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } - gem "rails", github: "rails/rails", branch: "main" + gem "activerecord", github: "rails/rails", branch: "main" gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master" gem "rspec", require: "rspec/autorun"