1
0
Fork 0
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:
Lucas Caton 2015-01-02 09:06:11 +10:00
parent 93fb7c76b1
commit 8d2135881c
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', '4.0.0'
gem 'rails', '5.0.0'
require 'rails'
require 'action_controller/railtie'

View file

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