Skip to content

Commit

Permalink
Update Logging dependency for speed
Browse files Browse the repository at this point in the history
This includes a reduction in locking, making logger lookup faster.
  • Loading branch information
benlangfeld committed Dec 4, 2015
1 parent 36b71fe commit 777d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adhearsion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'future-resource', ["~> 1.0"]
s.add_runtime_dependency 'has-guarded-handlers', ["~> 1.6", ">= 1.6.3"]
s.add_runtime_dependency 'i18n', ["~> 0.6"]
s.add_runtime_dependency 'logging', ["~> 1.8"]
s.add_runtime_dependency 'logging', ["~> 2.0"]
s.add_runtime_dependency 'nokogiri', ["~> 1.5", ">= 1.5.6"]
s.add_runtime_dependency 'pry'
s.add_runtime_dependency 'rake'
Expand Down

0 comments on commit 777d33e

Please sign in to comment.