Skip to content

Commit

Permalink
Don't rely on Arel master in bug report template [ci skip]
Browse files Browse the repository at this point in the history
We should rely instead on the version supported by Active Record

Closes #14809
  • Loading branch information
robin850 committed Apr 19, 2014
1 parent 116864d commit fd6d783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/bug_report_templates/active_record_master.rb
Expand Up @@ -2,7 +2,6 @@
File.write('Gemfile', <<-GEMFILE)
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
gem 'sqlite3'
GEMFILE

Expand Down

0 comments on commit fd6d783

Please sign in to comment.