Skip to content

Commit

Permalink
Fixed Mocha Dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Nov 2, 2022
1 parent 90a8328 commit c6c94f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed

### Fixed

- Mocha Dependency issue in `opensearch-dsl` gem ([#108](https://github.com/opensearch-project/opensearch-ruby/pull/108))

### Security


[Unreleased]: https://github.com/opensearch-project/opensearch-ruby/compare/2.0...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-ruby/compare/2.0...HEAD
2 changes: 1 addition & 1 deletion opensearch-dsl/opensearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'cane'
s.add_development_dependency 'minitest', '~> 5'
s.add_development_dependency 'minitest-reporters', '~> 1'
s.add_development_dependency 'mocha'
s.add_development_dependency 'mocha', '~> 1'
s.add_development_dependency 'pry'
s.add_development_dependency 'shoulda-context'
s.add_development_dependency 'simplecov', '~> 0.17', '< 0.18'
Expand Down

0 comments on commit c6c94f2

Please sign in to comment.