We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d68861 commit f455f30Copy full SHA for f455f30
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Fixing issue with color option using the wrong method name
5
* Removing format logger from the setup command
6
* Changing setup method to return `self`
7
+* Removing `concurrent-ruby` and `oj` as a dependency
8
9
## v0.1.0
10
Initial release
telemetry-logger.gemspec
@@ -24,9 +24,6 @@ Gem::Specification.new do |spec|
24
end
25
spec.require_paths = ['lib']
26
27
- spec.add_dependency 'concurrent-ruby', '>= 1.1.7'
28
- spec.add_dependency 'concurrent-ruby-ext', '>= 1.1.7'
29
spec.add_dependency 'multi_json'
30
- spec.add_dependency 'oj', '>= 3.11'
31
spec.add_dependency 'rainbow', '~> 3'
32
0 commit comments