File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 445
445
parser (3.3.6.0 )
446
446
ast (~> 2.4.1 )
447
447
racc
448
- pdf-core (0.9 .0 )
448
+ pdf-core (0.10 .0 )
449
449
pdf-reader (2.12.0 )
450
450
Ascii85 (~> 1.0 )
451
451
afm (~> 0.2.1 )
@@ -454,11 +454,13 @@ GEM
454
454
ttfunk
455
455
pg (1.5.7 )
456
456
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 )
461
462
actionview (>= 3.1.0 )
463
+ activesupport (>= 3.1.0 )
462
464
prawn
463
465
prawn-table
464
466
prawn-table (0.2.2 )
671
673
execjs (>= 0.3.0 , < 3 )
672
674
thor (1.3.2 )
673
675
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 )
676
679
turbo-rails (2.0.11 )
677
680
actionpack (>= 6.0.0 )
678
681
railties (>= 6.0.0 )
Original file line number Diff line number Diff line change
1
+ # this is to enable the MoneyRails::ActionViewExtension in the helper files as they load
2
+ require "action_view/base"
You can’t perform that action at this time.
0 commit comments