Skip to content

Commit 5669f1b

Browse files
committed
Add base64 as a dependency
Also add CI for Ruby 3.3
1 parent 8df818d commit 5669f1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/7.17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2

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)