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 @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7'
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'
gem 'mini_magick'

# Reduces boot times through caching; required in config/boot.rb
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.15.0)
ffi (1.15.5)
font-awesome-sass (5.12.0)
sassc (>= 1.11)
formatador (0.2.5)
Expand Down Expand Up @@ -176,14 +176,13 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
image_processing (1.12.1)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
invisible_captcha (2.0.0)
rails (>= 5.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
json (2.5.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -274,9 +273,8 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
ruby-vips (2.1.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
ruby_dep (1.5.0)
ruby_parser (3.15.1)
sexp_processor (~> 4.9)
Expand Down Expand Up @@ -368,7 +366,7 @@ DEPENDENCIES
guard-livereload (~> 2.5)
haml-rails (~> 2.0)
i18n-tasks (~> 0.9.31)
image_processing (~> 1.2)
image_processing (~> 1.12)
invisible_captcha
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
Expand Down