mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Make dev and edge app generation options generate edge arel on Gemfile
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
committed by
José Valim
parent
a8b1ca26d7
commit
25cb21328a
@@ -2,8 +2,10 @@ source 'http://rubygems.org'
|
||||
|
||||
<%- if options.dev? -%>
|
||||
gem 'rails', :path => '<%= Rails::Generators::RAILS_DEV_PATH %>'
|
||||
gem 'arel', :git => 'git://github.com/rails/arel.git'
|
||||
<%- elsif options.edge? -%>
|
||||
gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
gem 'arel', :git => 'git://github.com/rails/arel.git'
|
||||
<%- else -%>
|
||||
gem 'rails', '<%= Rails::VERSION::STRING %>'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user