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

Bump version for master bug report templates

This commit is contained in:
Jon Moss 2016-07-05 20:10:19 -04:00
parent 2dfb06a9b5
commit d3165fc84d
No known key found for this signature in database
GPG key ID: 7CE26AA47EFC5B12
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', '5.0.0.rc1'
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', '5.0.0.rc1'
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', '5.0.0.rc1'
gem 'activesupport', '5.0.0'
end
require 'active_support/core_ext/object/blank'