mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Using Rails 5.0 in bug report templates [ci skip]
This commit is contained in:
parent
93fb7c76b1
commit
8d2135881c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Activate the gem you are reporting the issue against.
|
||||
gem 'rails', '4.0.0'
|
||||
gem 'rails', '5.0.0'
|
||||
|
||||
require 'rails'
|
||||
require 'action_controller/railtie'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Activate the gem you are reporting the issue against.
|
||||
gem 'activerecord', '4.0.0'
|
||||
gem 'activerecord', '5.0.0'
|
||||
require 'active_record'
|
||||
require 'minitest/autorun'
|
||||
require 'logger'
|
||||
|
|
Loading…
Reference in a new issue