Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Update the README Installation section #2536

Merged
merged 1 commit into from
Jan 30, 2018
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 @@ -167,7 +167,7 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
Include the gem in your Gemfile:

```ruby
gem "paperclip", "~> 5.0.0"
gem "paperclip", "~> 5.2.1"
```

Or, if you want to get the latest, you can get master from the main paperclip repository:
Expand Down