From fd6d78356f187e5a639c73968fd0962eed79c261 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sat, 19 Apr 2014 18:25:11 +0200 Subject: 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 --- guides/bug_report_templates/active_record_master.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3