Skip to content

Commit

Permalink
Merge pull request #608 from ualbertalib/dependabot/bundler/image_pro…
Browse files Browse the repository at this point in the history
…cessing-1.13.0

Bump image_processing from 1.12.2 to 1.13.0
  • Loading branch information
murny authored Jul 29, 2024
2 parents e5ce961 + 17c7446 commit 45c0d3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "execjs"
gem "jbuilder", "~> 2.12"

# Use ActiveStorage variant
gem "image_processing", "~> 1.12", ">= 1.12.2"
gem "image_processing", "~> 1.13"

gem "comfortable_mexican_sofa", github: "restarone/comfortable-mexican-sofa", tag: "3.5"

Expand Down
16 changes: 11 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ GEM
drb (2.2.1)
erubi (1.12.0)
execjs (2.9.1)
ffi (1.16.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
haml (6.2.3)
Expand All @@ -139,7 +144,7 @@ GEM
htmlentities (4.3.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
Expand Down Expand Up @@ -175,7 +180,7 @@ GEM
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
msgpack (1.7.2)
Expand Down Expand Up @@ -295,8 +300,9 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -378,7 +384,7 @@ DEPENDENCIES
comfortable_mexican_sofa!
execjs
htmlentities
image_processing (~> 1.12, >= 1.12.2)
image_processing (~> 1.13)
jbuilder (~> 2.12)
listen (>= 3.0.5, < 3.10)
mysql2 (~> 0.5.6)
Expand Down

0 comments on commit 45c0d3f

Please sign in to comment.