Skip to content

Commit

Permalink
Update mini magick
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciapaz committed Jan 7, 2025
1 parent 7b4bdb2 commit e17cda1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "mini_magick", "~> 4.11"
gem 'mini_magick', '~> 5.0', '>= 5.0.1'
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ GEM
htmlentities (4.3.4)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
image_processing (0.11.2)
inline_svg (1.10.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -304,7 +302,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mini_magick (4.13.2)
mini_magick (5.0.1)
mini_mime (1.1.5)
minitest (5.25.4)
mobility (1.1.3)
Expand Down Expand Up @@ -484,9 +482,6 @@ GEM
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
Expand Down Expand Up @@ -639,7 +634,7 @@ DEPENDENCIES
koala
letter_opener
listen (~> 3.3)
mini_magick (~> 4.11)
mini_magick (~> 5.0, >= 5.0.1)
mobility (~> 1.1.3)
momentjs-rails
name_of_person
Expand Down

0 comments on commit e17cda1

Please sign in to comment.