diff --git a/Gemfile b/Gemfile index 47534f72..aeede184 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ gem "rmagick", "~> 5.3" gem "jb", "~> 0.8.2" -gem "ferrum_pdf", "~> 0.3.0" +gem "ferrum_pdf", "~> 3.0.1" gem "literal", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 728a4c86..fd46c8c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) bindex (0.8.1) blazer (3.3.0) activerecord (>= 7.1) @@ -156,7 +156,7 @@ GEM chunky_png (1.4.0) cocoon (1.2.15) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) countries (8.0.2) unaccent (~> 0.3) country-select (1.2.1) @@ -175,7 +175,7 @@ GEM dry-cli (1.2.0) easypost (7.1.0) ed25519 (1.4.0) - erb (5.0.1) + erb (5.1.1) erubi (1.13.1) et-orbi (1.2.11) tzinfo @@ -197,9 +197,9 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (~> 0.7) - ferrum_pdf (0.3.0) + ferrum_pdf (3.0.1) + actionpack (>= 6.0.0) ferrum (~> 0.15) - rails (>= 6.0.0) ffi (1.17.2-aarch64-linux-gnu) ffi (1.17.2-aarch64-linux-musl) ffi (1.17.2-arm-linux-gnu) @@ -217,7 +217,7 @@ GEM fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) - globalid (1.2.1) + globalid (1.3.0) activesupport (>= 6.1) good_job (4.11.1) activejob (>= 6.1.0) @@ -245,7 +245,7 @@ GEM http-form_data (2.3.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -314,11 +314,11 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) + marcel (1.1.0) matrix (0.4.2) memoizer (1.0.3) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) multi_xml (0.7.2) bigdecimal (~> 3.1) @@ -328,7 +328,7 @@ GEM uri net-http-persistent (4.0.6) connection_pool (~> 2.2, >= 2.2.4) - net-imap (0.5.8) + net-imap (0.5.12) date net-protocol net-pop (0.1.2) @@ -389,7 +389,7 @@ GEM railties (>= 7.1, < 9) zeitwerk (~> 2.7) pkg-config (1.6.2) - pp (0.6.2) + pp (0.6.3) prettyprint prawn (2.5.0) matrix (~> 0.4) @@ -412,7 +412,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.3) rack-proxy (0.7.7) rack rack-session (2.1.1) @@ -453,15 +453,16 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) - rdoc (6.14.2) + rdoc (6.15.0) erb psych (>= 4.0.0) + tsort redis (5.4.0) redis-client (>= 0.22.0) redis-client (0.24.0) connection_pool regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) rexml (3.4.1) rmagick (5.5.0) @@ -580,6 +581,7 @@ GEM thruster (0.1.14-x86_64-linux) tilt (2.6.0) timeout (0.4.3) + tsort (0.2.0) turbo-rails (2.0.16) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -589,7 +591,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) usps_intelligent_barcode (1.0.0) andand (~> 1.3) @@ -614,7 +616,7 @@ GEM railties (>= 6.0.0) webrick (1.9.1) websocket (1.2.11) - websocket-driver (0.7.7) + websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -656,7 +658,7 @@ DEPENDENCIES dotenv-rails (~> 3.1) easypost (~> 7.1) faraday (~> 2.13) - ferrum_pdf (~> 0.3.0) + ferrum_pdf (~> 3.0.1) filterrific (~> 5.2) foreman (~> 0.88.1) good_job (~> 4.11)