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

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.
This commit is contained in:
Godfrey Chan 2014-04-27 10:26:56 -07:00
parent 668d8420dc
commit 16cc914645

View file

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