Skip to content

Commit

Permalink
Removing concurrent-ruby and oj as gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Esity committed Jul 22, 2021
1 parent 8d68861 commit f455f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Fixing issue with color option using the wrong method name
* Removing format logger from the setup command
* Changing setup method to return `self`
* Removing `concurrent-ruby` and `oj` as a dependency

## v0.1.0
Initial release
3 changes: 0 additions & 3 deletions telemetry-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ['lib']

spec.add_dependency 'concurrent-ruby', '>= 1.1.7'
spec.add_dependency 'concurrent-ruby-ext', '>= 1.1.7'
spec.add_dependency 'multi_json'
spec.add_dependency 'oj', '>= 3.11'
spec.add_dependency 'rainbow', '~> 3'
end

0 comments on commit f455f30

Please sign in to comment.