Skip to content

Commit

Permalink
fixup! Update trino-client.gemspec to support ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jan 15, 2025
1 parent d83a818 commit 1ca2e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "msgpack", [">= 1.5.1"]

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4")
s.add_dependency('base64')
s.add_dependency("base64")
end

gem.add_development_dependency "rake", [">= 0.9.2", "< 14.0"]
Expand Down

0 comments on commit 1ca2e0a

Please sign in to comment.