diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-14 12:01:49 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-14 12:01:49 +0000 |
commit | 1b64b0b709c5704de48120e20bdfad32f34b0b5d (patch) | |
tree | 8cbb68c52a79d9cf12dfd861fee5fc3d0ac74b99 /Gemfile.lock | |
parent | 06222c54c248a03d0b019db12bc365ab187e317a (diff) |
Adds credits and cleaner handling of page count using ruby
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0feec29..608f2d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + Ascii85 (2.0.1) actioncable (8.0.0) actionpack (= 8.0.0) activesupport (= 8.0.0) @@ -74,6 +75,7 @@ GEM uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + afm (0.2.2) ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) @@ -125,6 +127,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) + hashery (2.1.2) i18n (1.14.6) concurrent-ruby (~> 1.0) image_processing (1.13.0) @@ -201,6 +204,12 @@ GEM parser (3.3.6.0) ast (~> 2.4.1) racc + pdf-reader (2.13.0) + Ascii85 (>= 1.0, < 3.0, != 2.0.0) + afm (~> 0.2.1) + hashery (~> 2.0) + ruby-rc4 + ttfunk propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -286,6 +295,7 @@ GEM rubocop-performance rubocop-rails ruby-progressbar (1.13.0) + ruby-rc4 (0.1.5) ruby-vips (2.2.2) ffi (~> 1.12) logger @@ -348,6 +358,8 @@ GEM thruster (0.1.8-x86_64-darwin) thruster (0.1.8-x86_64-linux) timeout (0.4.2) + ttfunk (1.8.0) + bigdecimal (~> 3.1) turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -396,6 +408,7 @@ DEPENDENCIES jbuilder kamal mini_magick + pdf-reader (~> 2.13) propshaft puma (>= 5.0) rails (~> 8.0.0) |