mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #14810 from robin850/patch-18
Don't rely on Arel master in bug report template
This commit is contained in:
commit
6642407c16
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue