Skip to content

Commit

Permalink
fixed lint & update ruby version rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges committed Jan 2, 2025
1 parent 0322554 commit 345c1da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require:

AllCops:
TargetRailsVersion: 7.0
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
Exclude:
- 'bin/**/*'
- 'db/schema.rb'
Expand Down
1 change: 0 additions & 1 deletion config/initializers/wicked_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# https://github.com/mileszs/wicked_pdf/blob/master/README.md

WickedPdf.configure do |c|

# Path to the wkhtmltopdf executable: This usually isn't needed if using
# one of the wkhtmltopdf-binary family of gems.
# exe_path: '/usr/local/bin/wkhtmltopdf',
Expand Down

0 comments on commit 345c1da

Please sign in to comment.