aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_master.rb
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-04-27 10:26:56 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-04-27 10:26:56 -0700
commit16cc9146456dfd1f3d5c4d6999a75dafe46bae87 (patch)
tree81fbc1e03ba7af9a7d6eaeb06f476eeb530d3bf2 /guides/bug_report_templates/active_record_master.rb
parent668d8420dcb77f24cea87d6568b57fa659c340b0 (diff)
downloadrails-16cc9146456dfd1f3d5c4d6999a75dafe46bae87.tar.gz
rails-16cc9146456dfd1f3d5c4d6999a75dafe46bae87.tar.bz2
rails-16cc9146456dfd1f3d5c4d6999a75dafe46bae87.zip
Revert "Don't rely on Arel master in bug report template [ci skip]"
This reverts commit fd6d7835. We are back on arel master, see b395265f.
Diffstat (limited to 'guides/bug_report_templates/active_record_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_master.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_record_master.rb b/guides/bug_report_templates/active_record_master.rb
index 2435444dc9..d95354e12d 100644
--- a/guides/bug_report_templates/active_record_master.rb
+++ b/guides/bug_report_templates/active_record_master.rb
@@ -2,6 +2,7 @@ unless File.exist?('Gemfile')
File.write('Gemfile', <<-GEMFILE)
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
+ gem 'arel', github: 'rails/arel'
gem 'sqlite3'
GEMFILE