From b0bfd5534cb8cbc3ac0f2ba597421633cf547722 Mon Sep 17 00:00:00 2001 From: Layne Lund Date: Fri, 11 Feb 2022 08:22:35 -0700 Subject: [PATCH] Fix bug report templates https://github.com/jruby/activerecord-jdbc-adapter no longer has a rails-5 branch --- lib/bug_report_templates/rails_5_latest.rb | 1 - lib/bug_report_templates/rails_5_master.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/bug_report_templates/rails_5_latest.rb b/lib/bug_report_templates/rails_5_latest.rb index 688424617..9e1157cf7 100644 --- a/lib/bug_report_templates/rails_5_latest.rb +++ b/lib/bug_report_templates/rails_5_latest.rb @@ -13,7 +13,6 @@ gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', - branch: 'rails-5', platform: :jruby gem 'jsonapi-resources', require: false diff --git a/lib/bug_report_templates/rails_5_master.rb b/lib/bug_report_templates/rails_5_master.rb index 2e39916ba..aa9a159db 100644 --- a/lib/bug_report_templates/rails_5_master.rb +++ b/lib/bug_report_templates/rails_5_master.rb @@ -14,7 +14,6 @@ gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', - branch: 'rails-5', platform: :jruby if ENV['JSONAPI_RESOURCES_PATH']