diff --git a/Gemfile b/Gemfile index c9b6a75c..70176d75 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'pundit', '~> 2.5' gem 'will_paginate', '~> 4.0' # Use ActiveStorage variant -gem 'image_processing', '~> 2.0.1' +gem 'image_processing', '~> 2.0.2' gem 'ruby-vips', '~> 2.3.0' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index db21755a..39b7bc79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM activesupport (>= 7.0) i18n (1.14.8) concurrent-ruby (~> 1.0) - image_processing (2.0.1) + image_processing (2.0.2) io-console (0.8.2) irb (1.18.0) pp (>= 0.6.0) @@ -318,7 +318,7 @@ DEPENDENCIES faker (~> 3.8) good_job (~> 4.19) has_scope (~> 0.9) - image_processing (~> 2.0.1) + image_processing (~> 2.0.2) mocha (~> 3.1.0) pg (>= 1.2.3, < 2.0) puma (~> 8.0) @@ -377,7 +377,7 @@ CHECKSUMS good_job (4.19.0) sha256=7fad3ce174d2c1b4bfde4e84056076b00ac81719b5d679900c53671a721284b9 has_scope (0.9.0) sha256=783a93006cf898525bb4899696f1d088c0f6ff897d6df2bf03fdbbe0d0b5124c i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5 - image_processing (2.0.1) sha256=69c93216dafe1179343a6c3ae8bfa554e3c1f5eece4043f255595e76df2cbf3f + image_processing (2.0.2) sha256=d0cf990f862d64efb1a14916044bf4b5bb2bccc7e235022413cde46019799cfa io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3 json (2.19.7) sha256=fe432c8639f6efff69f9d73b518a3705d9581ab93156f981ea72806e1e5bcc3e diff --git a/gemset.nix b/gemset.nix index 893dcda5..2840e2d5 100644 --- a/gemset.nix +++ b/gemset.nix @@ -497,12 +497,12 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0gxz5kgpcpjrapr46h6fxvsw3qsllnzyhfkc78s7j4gyv8b35jb9"; + sha256 = "1ylwg4cn1r6d2cj04dg2qz62pfxmyi5h85j9l6qyyr1dhq7rkkyh"; target = "ruby"; type = "gem"; }; targets = []; - version = "2.0.1"; + version = "2.0.2"; }; io-console = { groups = ["default" "development" "test"];