diff --git a/Gemfile b/Gemfile index 6f3dadc..87f9b0a 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.7' gem "devise" gem 'discard', '~> 1.2' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Use Active Storage variant # gem 'image_processing', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 31c0601..65d646f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,12 +88,12 @@ GEM discard (1.2.0) activerecord (>= 4.2, < 7) erubi (1.10.0) - ffi (1.15.4) + ffi (1.15.5) globalid (0.5.2) activesupport (>= 5.0) i18n (1.8.10) concurrent-ruby (~> 1.0) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jbuilder (2.11.2) @@ -116,6 +116,8 @@ GEM nio4r (2.5.8) nokogiri (1.12.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.4-x86_64-linux) + racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) puma (5.4.0) @@ -163,7 +165,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - ruby-vips (2.1.3) + ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) sass-rails (6.0.0) @@ -221,6 +223,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) @@ -228,7 +231,7 @@ DEPENDENCIES capybara (>= 3.26) devise discard (~> 1.2) - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (~> 3.3) mysql2 (~> 0.5)