From bd1e1a6a3dd86ff1d193f3079c8b84b0d3676c44 Mon Sep 17 00:00:00 2001 From: koshigoe Date: Wed, 24 Jan 2018 19:53:24 +0900 Subject: [PATCH] Use Bugsnag >= 6.6.3 (~> 6.0) to add `apiKey` to Bugsnag API's payload. see https://github.com/bugsnag/bugsnag-ruby/pull/418 --- bugsnag-delivery-fluent.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugsnag-delivery-fluent.gemspec b/bugsnag-delivery-fluent.gemspec index a537ffe..f627248 100644 --- a/bugsnag-delivery-fluent.gemspec +++ b/bugsnag-delivery-fluent.gemspec @@ -24,6 +24,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec' spec.add_development_dependency 'rspec-mocks' - spec.add_runtime_dependency 'bugsnag', '~> 6.0' + spec.add_runtime_dependency 'bugsnag', '~> 6.0', '>= 6.6.3' spec.add_runtime_dependency 'fluent-logger' end