Add rails version 5 or lower comment

This commit is contained in:
John McAliley 2020-04-19 22:07:23 -04:00 committed by GitHub
parent 1c935a8dcc
commit a8fefb0b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -33,7 +33,11 @@ Installation
------------
Add it to your Gemfile
#rails 6
gem 'impressionist'
#rails 5 or lower
gem 'impressionist', '~>1.6.1'
Install with Bundler