mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3534 from guilleiguaran/arel-git-gemfile
Add arel to Gemfile on apps generated in edge Rails
This commit is contained in:
@@ -139,11 +139,13 @@ module Rails
|
||||
<<-GEMFILE.strip_heredoc
|
||||
gem 'rails', :path => '#{Rails::Generators::RAILS_DEV_PATH}'
|
||||
gem 'journey', :git => 'git://github.com/rails/journey.git'
|
||||
gem 'arel', :git => 'git://github.com/rails/arel.git'
|
||||
GEMFILE
|
||||
elsif options.edge?
|
||||
<<-GEMFILE.strip_heredoc
|
||||
gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
gem 'journey', :git => 'git://github.com/rails/journey.git'
|
||||
gem 'arel', :git => 'git://github.com/rails/arel.git'
|
||||
GEMFILE
|
||||
else
|
||||
<<-GEMFILE.strip_heredoc
|
||||
|
||||
Reference in New Issue
Block a user