Skip to content

Commit 456588a

Browse files
authored
Merge pull request rubyforgood#4754 from rubyforgood/dependabot/bundler/prawn-rails-1.5.0
build(deps): bump prawn-rails from 1.4.2 to 1.5.0
2 parents 97693c0 + c702447 commit 456588a

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ GEM
445445
parser (3.3.6.0)
446446
ast (~> 2.4.1)
447447
racc
448-
pdf-core (0.9.0)
448+
pdf-core (0.10.0)
449449
pdf-reader (2.12.0)
450450
Ascii85 (~> 1.0)
451451
afm (~> 0.2.1)
@@ -454,11 +454,13 @@ GEM
454454
ttfunk
455455
pg (1.5.7)
456456
popper_js (2.11.8)
457-
prawn (2.4.0)
458-
pdf-core (~> 0.9.0)
459-
ttfunk (~> 1.7)
460-
prawn-rails (1.4.2)
457+
prawn (2.5.0)
458+
matrix (~> 0.4)
459+
pdf-core (~> 0.10.0)
460+
ttfunk (~> 1.8)
461+
prawn-rails (1.5.0)
461462
actionview (>= 3.1.0)
463+
activesupport (>= 3.1.0)
462464
prawn
463465
prawn-table
464466
prawn-table (0.2.2)
@@ -671,8 +673,9 @@ GEM
671673
execjs (>= 0.3.0, < 3)
672674
thor (1.3.2)
673675
tilt (2.2.0)
674-
timeout (0.4.1)
675-
ttfunk (1.7.0)
676+
timeout (0.4.2)
677+
ttfunk (1.8.0)
678+
bigdecimal (~> 3.1)
676679
turbo-rails (2.0.11)
677680
actionpack (>= 6.0.0)
678681
railties (>= 6.0.0)

config/initializers/action_view.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# this is to enable the MoneyRails::ActionViewExtension in the helper files as they load
2+
require "action_view/base"

0 commit comments

Comments
 (0)