mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add missing arel dependency to active_record_master
bug report script.
[ci skip]. This solves: ``` Could not find gem 'arel (~> 5.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources. ```
This commit is contained in:
parent
c85957ec7c
commit
d4294fe952
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue