Skip to content

Encourage pinning of pre-1.0.0 release [skip ci] #1741

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

Merged
merged 1 commit into from
May 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It is generally safe and recommended to use the master branch.
Add this line to your application's Gemfile:

```
gem 'active_model_serializers'
gem 'active_model_serializers', '~> 0.10.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a good idea. There's been discussion of doing something similar to what Rake and Node.js have done and jump to 10.0 (I'm for it), but it hasn't been resolved yet. pre-1.0 semver is weird.

@krisleech Thanks for sharing this PR. Anything else you might contribute back to help out others is much appreciated!

```

And then execute:
Expand Down