1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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
This commit is contained in:
Robin Dupret 2014-04-19 18:25:11 +02:00
parent 116864d157
commit fd6d78356f

View file

@ -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