diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-12 19:41:00 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-12 19:41:00 +0000 |
commit | 0c236603161908c72ab86ab9c682a08edd77774f (patch) | |
tree | f18c63250a558a7583de958acee9733a617e2ce7 /Gemfile.lock | |
parent | 634cf4ee06a4820eaa2431a272b9a223118cf884 (diff) |
Tidying up the resource form
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5624788..c3948f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,6 +110,16 @@ GEM erubi (1.13.0) et-orbi (1.2.11) tzinfo + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-aarch64-linux-musl) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm-linux-musl) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86-linux-musl) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0-x86_64-linux-musl) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -117,6 +127,9 @@ GEM activesupport (>= 6.1) i18n (1.14.6) concurrent-ruby (~> 1.0) + image_processing (1.13.0) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) importmap-rails (2.0.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -152,6 +165,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.25.1) msgpack (1.7.3) @@ -272,6 +286,9 @@ GEM rubocop-performance rubocop-rails ruby-progressbar (1.13.0) + ruby-vips (2.2.2) + ffi (~> 1.12) + logger rubyzip (2.3.2) securerandom (0.3.2) selenium-webdriver (4.26.0) @@ -374,6 +391,7 @@ DEPENDENCIES brakeman capybara debug + image_processing (~> 1.2) importmap-rails jbuilder kamal |