Skip to content

Commit

Permalink
Path approach shouldnt specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Feb 6, 2010
1 parent 6201abe commit 0ce9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/generators/rails/app/templates/Gemfile
Expand Up @@ -7,7 +7,7 @@ gem "rails", "<%= Rails::VERSION::STRING %>"
## Bundle edge rails: ## Bundle edge rails:
<%- if options.dev? -%> <%- if options.dev? -%>
gem "rails", "<%= Rails::VERSION::STRING %>", :path => "<%= Rails::Generators::RAILS_DEV_PATH %>" gem "rails", :path => "<%= Rails::Generators::RAILS_DEV_PATH %>"
<%- else -%> <%- else -%>
<%= "# " unless options.edge? %>gem "rails", :git => "git://github.com/rails/rails.git" <%= "# " unless options.edge? %>gem "rails", :git => "git://github.com/rails/rails.git"
<%- end -%> <%- end -%>
Expand Down

0 comments on commit 0ce9c80

Please sign in to comment.