Skip to content

Commit 25ab13a

Browse files
Earlopainpicandocodigo
authored andcommitted
Add base64 as a dependency for Ruby 3.4
1 parent 1507236 commit 25ab13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-transport/elasticsearch-transport.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Gem::Specification.new do |s|
4444

4545
s.required_ruby_version = '>= 2.4'
4646

47+
s.add_dependency 'base64'
4748
s.add_dependency 'multi_json'
4849
s.add_dependency 'faraday', '>= 1', '< 3'
4950

0 commit comments

Comments
 (0)