Skip to content

Commit

Permalink
Remove log_switch
Browse files Browse the repository at this point in the history
As far as I can tell this isn't used at all.
  • Loading branch information
soffes committed Jan 3, 2024
1 parent e033352 commit 4297055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.1.0'
spec.add_dependency 'thor'
spec.add_dependency 'json'
spec.add_dependency 'log_switch', '0.4.0'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'webmock'
end

0 comments on commit 4297055

Please sign in to comment.