Skip to content

Commit

Permalink
Merge pull request #4754 from rubyforgood/dependabot/bundler/prawn-ra…
Browse files Browse the repository at this point in the history
…ils-1.5.0

build(deps): bump prawn-rails from 1.4.2 to 1.5.0
  • Loading branch information
awwaiid authored Dec 21, 2024
2 parents 97693c0 + c702447 commit 456588a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ GEM
parser (3.3.6.0)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -671,8 +673,9 @@ GEM
execjs (>= 0.3.0, < 3)
thor (1.3.2)
tilt (2.2.0)
timeout (0.4.1)
ttfunk (1.7.0)
timeout (0.4.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/action_view.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# this is to enable the MoneyRails::ActionViewExtension in the helper files as they load
require "action_view/base"

0 comments on commit 456588a

Please sign in to comment.