Skip to content

Commit

Permalink
Added base64 to gemspec, which will no longer be the default gem in R…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Dec 27, 2023
1 parent fe55e00 commit 9f7e171
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 @@ -66,4 +66,5 @@ Gem::Specification.new do |s|

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

0 comments on commit 9f7e171

Please sign in to comment.