From ef6714728685972166c590e57fffdae5e3255483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:47:12 +0000 Subject: [PATCH 1/2] build(deps): bump prawn-rails from 1.4.2 to 1.5.0 Bumps [prawn-rails](https://github.com/cortiz/prawn-rails) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/cortiz/prawn-rails/releases) - [Changelog](https://github.com/cortiz/prawn-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/cortiz/prawn-rails/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: prawn-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bf54030eb1..ddd2bd6164 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -354,7 +354,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.9) @@ -445,7 +445,7 @@ GEM parser (3.3.4.2) ast (~> 2.4.1) racc - pdf-core (0.9.0) + pdf-core (0.10.0) pdf-reader (2.12.0) Ascii85 (~> 1.0) afm (~> 0.2.1) @@ -454,11 +454,13 @@ GEM ttfunk pg (1.5.7) popper_js (2.11.8) - prawn (2.4.0) - pdf-core (~> 0.9.0) - ttfunk (~> 1.7) - prawn-rails (1.4.2) + prawn (2.5.0) + matrix (~> 0.4) + pdf-core (~> 0.10.0) + ttfunk (~> 1.8) + prawn-rails (1.5.0) actionview (>= 3.1.0) + activesupport (>= 3.1.0) prawn prawn-table prawn-table (0.2.2) @@ -670,7 +672,8 @@ GEM thor (1.3.2) tilt (2.2.0) timeout (0.4.1) - ttfunk (1.7.0) + ttfunk (1.8.0) + bigdecimal (~> 3.1) turbo-rails (2.0.10) actionpack (>= 6.0.0) railties (>= 6.0.0) From d10b2f5b9e9796daec09bfda67c8f7355499d3ef Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Fri, 1 Nov 2024 15:54:51 -0400 Subject: [PATCH 2/2] fix spec crashes --- config/initializers/action_view.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/initializers/action_view.rb diff --git a/config/initializers/action_view.rb b/config/initializers/action_view.rb new file mode 100644 index 0000000000..4c7de41729 --- /dev/null +++ b/config/initializers/action_view.rb @@ -0,0 +1,2 @@ +# this is to enable the MoneyRails::ActionViewExtension in the helper files as they load +require "action_view/base"