Skip to content

Commit 8c9399b

Browse files
updates
1 parent c9a7bf3 commit 8c9399b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ DEPENDENCIES
199199
rubocop-rspec_rails
200200

201201
RUBY VERSION
202-
ruby 3.3.5p100
202+
ruby 3.4.2p28
203203

204204
BUNDLED WITH
205-
2.6.1
205+
2.6.7

lib/dorian/bin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ def format(path, context:)
16301630
end
16311631
when :pdf
16321632
doc = HexaPDF::Document.open(path)
1633-
doc.trailer.info.each { |key, _| doc.trailer.info.delete(key) }
1633+
doc.trailer.info.each_key { |key| doc.trailer.info.delete(key) }
16341634
doc.write(path, update_fields: false)
16351635
after = File.read(path)
16361636
when :tex

0 commit comments

Comments
 (0)