Skip to content
Open
Show file tree
Hide file tree
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.7'
gem 'bcrypt', '~> 3.1.7'
gem 'actiontext'
# Use Active Storage variant
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
erubis (2.7.0)
excon (0.72.0)
execjs (2.7.0)
ffi (1.12.1)
ffi (1.15.5)
fog-aws (3.5.2)
fog-core (~> 2.1)
fog-json (~> 1.1)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
ruby_parser (~> 3.5)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
image_processing (1.10.3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
ipaddress (0.8.3)
Expand Down Expand Up @@ -250,8 +250,8 @@ GEM
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
ruby_parser (3.14.1)
sexp_processor (~> 4.9)
Expand Down Expand Up @@ -342,7 +342,7 @@ DEPENDENCIES
fog-aws
gretel
haml-rails (>= 1.0, <= 2.0.1)
image_processing (~> 1.2)
image_processing (~> 1.12)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
mini_magick
Expand Down