diff --git a/Gemfile b/Gemfile index 3f7c93b..897e638 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "solid_cable" gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" # Ruby SDK for the Paystack API [https://github.com/PaystackOSS/paystack-ruby] gem "paystack-ruby", ">= 1.0.1", require: "paystack" diff --git a/Gemfile.lock b/Gemfile.lock index 5424007..d8eab6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,13 +114,6 @@ GEM erubi (1.13.1) et-orbi (1.4.0) tzinfo - ffi (1.17.4-aarch64-linux-gnu) - ffi (1.17.4-aarch64-linux-musl) - ffi (1.17.4-arm-linux-gnu) - ffi (1.17.4-arm-linux-musl) - ffi (1.17.4-arm64-darwin) - ffi (1.17.4-x86_64-linux-gnu) - ffi (1.17.4-x86_64-linux-musl) fugit (1.12.3) et-orbi (~> 1.4) raabro (~> 1.4) @@ -128,9 +121,7 @@ GEM activesupport (>= 6.1) i18n (1.15.2) concurrent-ruby (~> 1.0) - image_processing (1.14.0) - mini_magick (>= 4.9.5, < 6) - ruby-vips (>= 2.0.17, < 3) + image_processing (2.0.2) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -159,8 +150,6 @@ GEM net-smtp marcel (1.2.1) matrix (0.4.3) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (5.27.0) msgpack (1.8.3) @@ -288,9 +277,6 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger rubyzip (3.4.1) securerandom (0.4.1) selenium-webdriver (4.45.0) @@ -368,7 +354,7 @@ DEPENDENCIES capybara debug dotenv-rails - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder minitest (~> 5.27)