File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ gem "kamal", require: false
3838gem "thruster" , require : false
3939
4040# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
41- gem "image_processing" , "~> 1.2 "
41+ gem "image_processing" , "~> 1.14 "
4242
4343group :development , :test do
4444 # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Original file line number Diff line number Diff line change 121121 activesupport (>= 6.1 )
122122 i18n (1.14.7 )
123123 concurrent-ruby (~> 1.0 )
124- image_processing (1.13 .0 )
125- mini_magick (>= 4.9.5 , < 5 )
124+ image_processing (1.14 .0 )
125+ mini_magick (>= 4.9.5 , < 6 )
126126 ruby-vips (>= 2.0.17 , < 3 )
127127 importmap-rails (2.1.0 )
128128 actionpack (>= 6.0.0 )
160160 net-smtp
161161 marcel (1.0.4 )
162162 matrix (0.4.2 )
163- mini_magick (4.13.2 )
163+ mini_magick (5.1.2 )
164+ benchmark
165+ logger
164166 mini_mime (1.1.5 )
165167 minitest (5.25.4 )
166168 msgpack (1.7.5 )
285287 rubocop-performance
286288 rubocop-rails
287289 ruby-progressbar (1.13.0 )
288- ruby-vips (2.2.2 )
290+ ruby-vips (2.2.3 )
289291 ffi (~> 1.12 )
290292 logger
291293 rubyzip (2.4.1 )
@@ -373,7 +375,7 @@ DEPENDENCIES
373375 brakeman
374376 capybara
375377 debug
376- image_processing (~> 1.2 )
378+ image_processing (~> 1.14 )
377379 importmap-rails
378380 jbuilder
379381 kamal
You can’t perform that action at this time.
0 commit comments