mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add gem 'arel' from git commented out as an example of how to Bundle egde Rails with Arel edge
[#5723 state:committed]
This commit is contained in:
parent
dec3a759d1
commit
006cef7107
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ gem 'rails', '<%= Rails::VERSION::STRING %>'
|
|||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
# gem 'arel', :git => 'git://github.com/rails/arel.git'
|
||||
<%- end -%>
|
||||
|
||||
<% unless options[:skip_active_record] -%>
|
||||
|
|
Loading…
Reference in a new issue