Skip to content

Commit

Permalink
Add base64 dependency to fix Ruby 3.3 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 25, 2023
1 parent 84d6365 commit a4088f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 1.9.3"

spec.add_dependency "base64"
end

0 comments on commit a4088f2

Please sign in to comment.