Add missing fastimage dependency

This commit is contained in:
Max Melentiev
2018-11-13 11:59:09 +03:00
parent e9d9a237c4
commit 7359019faf
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
require 'fastimage'
module Paperclip
# The Attachment class manages the files for a given attachment. It saves
# when the model saves, deletes when the model is destroyed, and processes

View File

@@ -16,4 +16,6 @@ Gem::Specification.new do |s|
s.rubyforge_project = %q{paperclip}
s.rubygems_version = %q{1.3.1}
s.summary = %q{File attachments as attributes for ActiveRecord}
s.add_dependency 'fastimage'
end