aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_master.rb
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-04-19 18:25:11 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-04-19 18:25:11 +0200
commitfd6d78356f187e5a639c73968fd0962eed79c261 (patch)
treef04ce66cca97024df6defbf2f12c236c0d0cb5ab /guides/bug_report_templates/active_record_master.rb
parent116864d157ddd89a8838574a11522d3a979f7fec (diff)
downloadrails-fd6d78356f187e5a639c73968fd0962eed79c261.tar.gz
rails-fd6d78356f187e5a639c73968fd0962eed79c261.tar.bz2
rails-fd6d78356f187e5a639c73968fd0962eed79c261.zip
Don't rely on Arel master in bug report template [ci skip]
We should rely instead on the version supported by Active Record Closes #14809
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, 0 insertions, 1 deletions
diff --git a/guides/bug_report_templates/active_record_master.rb b/guides/bug_report_templates/active_record_master.rb
index d95354e12d..2435444dc9 100644
--- a/guides/bug_report_templates/active_record_master.rb
+++ b/guides/bug_report_templates/active_record_master.rb
@@ -2,7 +2,6 @@ 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