Update Ruby report templates

上级 01a38b04
......@@ -8,7 +8,7 @@
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.rc1'
end
require 'rack/test'
......
......@@ -8,7 +8,7 @@
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.rc1'
gem 'sqlite3'
end
......
......@@ -8,7 +8,7 @@
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.rc1'
end
require 'active_support/core_ext/object/blank'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册