Skip to content

Commit 1f19755

Browse files
committed
Bump version for 5-0-stable bug report templates
1 parent 0a189f6 commit 1f19755

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

guides/bug_report_templates/action_controller_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
gemfile(true) do
99
source 'https://rubygems.org'
1010
# Activate the gem you are reporting the issue against.
11-
gem 'rails', '4.2.0'
11+
gem 'rails', '5.0.0'
1212
end
1313

1414
require 'rack/test'

guides/bug_report_templates/active_record_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
gemfile(true) do
99
source 'https://rubygems.org'
1010
# Activate the gem you are reporting the issue against.
11-
gem 'activerecord', '4.2.0'
11+
gem 'activerecord', '5.0.0'
1212
gem 'sqlite3'
1313
end
1414

guides/bug_report_templates/generic_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
gemfile(true) do
99
source 'https://rubygems.org'
1010
# Activate the gem you are reporting the issue against.
11-
gem 'activesupport', '4.2.0'
11+
gem 'activesupport', '5.0.0'
1212
end
1313

1414
require 'active_support/core_ext/object/blank'

0 commit comments

Comments
 (0)