1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.
This commit is contained in:
Prathamesh Sonpatki 2015-01-04 16:06:01 +05:30
parent 2d9b9fb5b5
commit 55298629c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# 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'

View file

@ -1,5 +1,5 @@
# 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'