提交 55298629 编写于 作者: P Prathamesh Sonpatki

Update bug report templates to use version 4.2.0 instead of 5.0.0 [ci skip]

- Right now master is 5.0.0. Latest gem release is 4.2.0 for which we
  are accepting bug reports. So lets use it in bug report templates.
- 5.0.0 is not installable as it's not available on Rubygems yet. So the
  gem bug templates are not usable without editing the version. Using
  4.2.0 will make them usable again.
上级 2d9b9fb5
# Activate the gem you are reporting the issue against.
gem 'rails', '5.0.0'
gem 'rails', '4.2.0'
require 'rails'
require 'action_controller/railtie'
......
# Activate the gem you are reporting the issue against.
gem 'activerecord', '5.0.0'
gem 'activerecord', '4.2.0'
require 'active_record'
require 'minitest/autorun'
require 'logger'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册