Skip to content

Commit

Permalink
update: Adapt to OpenStruct becoming a bundled gem in Ruby 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaito422 committed Oct 17, 2024
1 parent 95a2360 commit ad7a66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perfect_toml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ END
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency 'ostruct'
end

0 comments on commit ad7a66b

Please sign in to comment.