Skip to content

Commit 6def797

Browse files
committed
Add wicked_pdf gem
Visiting the application root now results in the following error. 3: from actionview-6.0.2.2/lib/action_view/renderer/template_renderer.rb:59:in `block (2 levels) in render_template' 2: from actionview-6.0.2.2/lib/action_view/template.rb:182:in `render' 1: from actionview-6.0.2.2/lib/action_view/template.rb:188:in `rescue in render' actionview-6.0.2.2/lib/action_view/template.rb:355:in `handle_render_error': can't modify frozen fatal: #<fatal: exception reentered> (ActionView::Template::Error) Possibly related: mileszs/wicked_pdf#876
1 parent 537e0a0 commit 6def797

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ end
5454
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
5555

5656
gem 'view_component'
57+
58+
gem 'wicked_pdf'

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ GEM
194194
websocket-driver (0.7.1)
195195
websocket-extensions (>= 0.1.0)
196196
websocket-extensions (0.1.4)
197+
wicked_pdf (2.0.2)
198+
activesupport
197199
xpath (3.2.0)
198200
nokogiri (~> 1.8)
199201
zeitwerk (2.3.0)
@@ -220,6 +222,7 @@ DEPENDENCIES
220222
web-console (>= 3.3.0)
221223
webdrivers
222224
webpacker (~> 4.0)
225+
wicked_pdf
223226

224227
RUBY VERSION
225228
ruby 2.7.0p0

0 commit comments

Comments
 (0)