mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
New style for path references
This commit is contained in:
@@ -7,8 +7,7 @@ gem "rails", "<%= Rails::VERSION::STRING %>"
|
||||
|
||||
## Bundle edge rails:
|
||||
<%- if options.dev? -%>
|
||||
path "<%= Rails::Generators::RAILS_DEV_PATH %>", :glob => "{*/,}*.gemspec"
|
||||
gem "rails", "<%= Rails::VERSION::STRING %>"
|
||||
gem "rails", "<%= Rails::VERSION::STRING %>", :path => "<%= Rails::Generators::RAILS_DEV_PATH %>"
|
||||
<%- else -%>
|
||||
<%= "# " unless options.edge? %>gem "rails", :git => "git://github.com/rails/rails.git"
|
||||
<%- end -%>
|
||||
|
||||
Reference in New Issue
Block a user