Add paperclip gem

This commit is contained in:
Reinier Balt 2015-08-05 12:58:52 +02:00
parent 0b44fe3f08
commit 5499ac2a03
3 changed files with 23 additions and 0 deletions

View file

@ -32,6 +32,7 @@ gem "htmlentities"
gem "swf_fu"
gem "rails_autolink"
gem 'thin'
gem 'paperclip'
# To use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'