Skip to content

Commit

Permalink
Add base64 as a dependency
Browse files Browse the repository at this point in the history
Also add CI for Ruby 3.3
  • Loading branch information
Earlopain committed Jun 3, 2024
1 parent 8df818d commit 5669f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/7.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ]
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
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 5669f1b

Please sign in to comment.