Skip to content

Commit f455f30

Browse files
committed
Removing concurrent-ruby and oj as gem dependencies
1 parent 8d68861 commit f455f30

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Fixing issue with color option using the wrong method name
55
* Removing format logger from the setup command
66
* Changing setup method to return `self`
7+
* Removing `concurrent-ruby` and `oj` as a dependency
78

89
## v0.1.0
910
Initial release

telemetry-logger.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Gem::Specification.new do |spec|
2424
end
2525
spec.require_paths = ['lib']
2626

27-
spec.add_dependency 'concurrent-ruby', '>= 1.1.7'
28-
spec.add_dependency 'concurrent-ruby-ext', '>= 1.1.7'
2927
spec.add_dependency 'multi_json'
30-
spec.add_dependency 'oj', '>= 3.11'
3128
spec.add_dependency 'rainbow', '~> 3'
3229
end

0 commit comments

Comments
 (0)