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']