Skip to content

Commit cbca135

Browse files
committed
Merge pull request #1741 from krisleech/pin-gem-version
Encourage pinning of pre-1.0.0 release [skip ci]
2 parents 835aad3 + e30039a commit cbca135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ It is generally safe and recommended to use the master branch.
5656
Add this line to your application's Gemfile:
5757

5858
```
59-
gem 'active_model_serializers'
59+
gem 'active_model_serializers', '~> 0.10.0'
6060
```
6161

6262
And then execute:

0 commit comments

Comments
 (0)