Skip to content

Commit

Permalink
Merge pull request #401 from sophiedeziel/dependabot/bundler/image_pr…
Browse files Browse the repository at this point in the history
…ocessing-1.13.0

Bump image_processing from 1.12.2 to 1.13.0
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
2 parents ba2da04 + db1fbb7 commit 90a056c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'bootsnap', require: false
# gem "sassc-rails"

# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.13'

gem 'shakapacker', '7.2.3'

Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ GEM
drb (2.2.1)
erubi (1.13.0)
execjs (2.10.0)
ffi (1.15.5)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fiber-storage (1.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -117,7 +118,7 @@ GEM
fiber-storage
i18n (1.14.6)
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 All @@ -140,7 +141,7 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.2)
msgpack (1.7.2)
Expand Down Expand Up @@ -241,8 +242,9 @@ GEM
rubocop (>= 1.52.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)
securerandom (0.3.2)
selenium-webdriver (4.10.0)
Expand Down Expand Up @@ -302,7 +304,7 @@ DEPENDENCIES
debug
graphiql-rails
graphql (~> 2.4)
image_processing (~> 1.2)
image_processing (~> 1.13)
jbuilder
puma (~> 6.4)
rails (~> 7.2.2)
Expand Down

0 comments on commit 90a056c

Please sign in to comment.