Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rails version in default Gemfile #2916

Closed
mschneider opened this issue Sep 7, 2011 · 1 comment
Closed

rails version in default Gemfile #2916

mschneider opened this issue Sep 7, 2011 · 1 comment

Comments

@mschneider
Copy link
Contributor

When creating a new rails application the gemfile contains the following:

gem 'rails', '3.1.0'

shouldn't it rather be '~> 3.1.0'?

@jonleighton
Copy link
Member

No, users need to explicitly choose to upgrade so that they can run their test suite etc to make sure nothing breaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants