Skip to content

Commit

Permalink
Add base64 to gemspec (#218)
Browse files Browse the repository at this point in the history
* Added base64 to gemspec, which will no longer be the default gem in Ruby 3.4

Signed-off-by: shmokmt <32533860+shmokmt@users.noreply.github.com>
  • Loading branch information
shmokmt authored Dec 28, 2023
1 parent fe55e00 commit 1171e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Added base64 gem to gemspec (#218)[https://github.com/opensearch-project/opensearch-ruby/pull/218]
### Changed
### Deprecated
### Removed
Expand Down
1 change: 1 addition & 0 deletions opensearch-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.5'

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

0 comments on commit 1171e52

Please sign in to comment.