Skip to content

Commit

Permalink
Add base64 as a dependency for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Jun 3, 2024
1 parent 3073af1 commit 182f10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch-transport/elasticsearch-transport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4'

s.add_dependency 'base64'
s.add_dependency 'multi_json'
s.add_dependency 'faraday', '>= 1', '< 3'

Expand Down

0 comments on commit 182f10a

Please sign in to comment.