File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
guides/bug_report_templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88gemfile ( 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'
1212end
1313
1414require 'rack/test'
Original file line number Diff line number Diff line change 88gemfile ( 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'
1313end
1414
Original file line number Diff line number Diff line change 88gemfile ( 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'
1212end
1313
1414require 'active_support/core_ext/object/blank'
You can’t perform that action at this time.
0 commit comments