Skip to content

Commit

Permalink
fix base64 issue with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Jul 3, 2024
1 parent 7fceb3d commit 0bb191f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relaton_ietf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "base64"
spec.add_dependency "relaton-bib", "~> 1.19.0"
spec.add_dependency "relaton-index", "~> 0.2.3"
end

0 comments on commit 0bb191f

Please sign in to comment.