Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gemfile] try bugsnag hotfix #209

Merged
merged 1 commit into from
Jun 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ gem 'bootsnap'
gem 'que', '>= 1.0.0.beta3'
gem 'que-web'

gem 'bugsnag'
gem 'bugsnag', github: 'bugsnag/bugsnag-ruby', branch: 'tobyhs/check_nil_job_in_que'
# bugsnag-capistrano 2.x does not have a rake task to report deploys
# https://github.com/bugsnag/bugsnag-capistrano/blob/8bcfb27cf6eaff312eef086cce729d553a431460/UPGRADING.md
gem 'bugsnag-capistrano', '< 2', require: false
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -6,6 +6,14 @@ GIT
license_finder_xml_reporter (0.1.0)
license_finder

GIT
remote: https://github.com/bugsnag/bugsnag-ruby.git
revision: 00dac89430281610519a122dc2acbb41a1d2bed3
branch: tobyhs/check_nil_job_in_que
specs:
bugsnag (6.11.1)
concurrent-ruby (~> 1.0)

GIT
remote: https://github.com/mikz/httpclient.git
revision: fec23fb32fb899b87a8b2c94e2d2069b6b4c633c
@@ -66,8 +74,6 @@ GEM
debug_inspector (>= 0.0.1)
bootsnap (1.4.4)
msgpack (~> 1.0)
bugsnag (6.11.1)
concurrent-ruby (~> 1.0)
bugsnag-capistrano (1.1.2)
builder (3.2.3)
byebug (11.0.0)
@@ -279,7 +285,7 @@ PLATFORMS
DEPENDENCIES
3scale-api (~> 0.1.9)
bootsnap
bugsnag
bugsnag!
bugsnag-capistrano (< 2)
codecov
httpclient!