diff options
| author | AppleDash <[email protected]> | 2021-04-26 06:36:20 -0400 |
|---|---|---|
| committer | AppleDash <[email protected]> | 2021-04-26 06:36:20 -0400 |
| commit | e2376df478232dbc051279966d0ff49c2fb8aae2 (patch) | |
| tree | ca220bcef4123b5f62752de3159c0e0aba7d5d1f /lib/booru/image_processing/jpeg_processor.rb | |
| parent | 781a5b47e1004163b6abc9f1d08ac996f812f8e1 (diff) | |
Half tested Rails version upgrade and subsequent restructuring.
Diffstat (limited to 'lib/booru/image_processing/jpeg_processor.rb')
| -rw-r--r-- | lib/booru/image_processing/jpeg_processor.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/booru/image_processing/jpeg_processor.rb b/lib/booru/image_processing/jpeg_processor.rb index e17e360..ccf54b9 100644 --- a/lib/booru/image_processing/jpeg_processor.rb +++ b/lib/booru/image_processing/jpeg_processor.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true +require_relative 'shell_helper' module Booru module ImageProcessing |
