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

Merge pull request #25694 from maclover7/jm-5-0-stable-bugreports

Bump version for 5-0-stable bug report templates
This commit is contained in:
Santiago Pastorino 2016-07-06 08:57:58 -03:00 committed by GitHub
commit 69753f4144
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ end
gemfile(true) do
source 'https://rubygems.org'
# Activate the gem you are reporting the issue against.
gem 'rails', '4.2.0'
gem 'rails', '5.0.0'
end
require 'rack/test'

View file

@ -8,7 +8,7 @@ end
gemfile(true) do
source 'https://rubygems.org'
# Activate the gem you are reporting the issue against.
gem 'activerecord', '4.2.0'
gem 'activerecord', '5.0.0'
gem 'sqlite3'
end

View file

@ -8,7 +8,7 @@ end
gemfile(true) do
source 'https://rubygems.org'
# Activate the gem you are reporting the issue against.
gem 'activesupport', '4.2.0'
gem 'activesupport', '5.0.0'
end
require 'active_support/core_ext/object/blank'