Skip to content

Commit

Permalink
Use Bugsnag >= 6.6.3 (~> 6.0) to add apiKey to Bugsnag API's payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
koshigoe committed Jan 24, 2018
1 parent 8dd802b commit bd1e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugsnag-delivery-fluent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd1e1a6

Please sign in to comment.