Skip to content

Commit

Permalink
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 9c6ada6 commit 596790c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Gem::Specification.new do |gem|
gem.add_dependency "faraday-follow_redirects", ">= 0.3"
gem.add_dependency "msgpack", [">= 1.5.1"]

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

gem.add_development_dependency "rake", [">= 0.9.2", "< 14.0"]
gem.add_development_dependency "rspec", "~> 3.13.0"
gem.add_development_dependency "webmock", ["~> 3.0"]
Expand Down

0 comments on commit 596790c

Please sign in to comment.