Skip to content

Commit 3ba2044

Browse files
committed
fix for Ruby 3.3
1 parent 09e0a87 commit 3ba2044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf-forms.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: UTF-8
22

3-
require File.expand_path("../lib/pdf_forms/version", __FILE__)
3+
require File.expand_path("lib/pdf_forms/version", __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = "pdf-forms"

0 commit comments

Comments
 (0)