Skip to content

Commit

Permalink
Use a fixed version of honeybadger
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 17, 2020
1 parent fa68d50 commit 39fa093
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ gem 'whenever', require: false

gem 'config'
gem 'druid-tools'
gem 'honeybadger' # for exception reporting
# gem 'honeybadger', '~> 4.2' # for exception reporting
# See https://github.com/honeybadger-io/honeybadger-ruby/issues/369
gem 'honeybadger', github: 'honeybadger-io/honeybadger-ruby', branch: 'avoid-ar-connections'

gem 'okcomputer' # for 'upness' monitoring

group :development, :test do
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/honeybadger-io/honeybadger-ruby.git
revision: 6e1b826891b9a50f089ffa0d6018cdf269050c2b
branch: avoid-ar-connections
specs:
honeybadger (4.7.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -175,7 +182,6 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
honeybadger (4.7.1)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
Expand Down Expand Up @@ -366,7 +372,7 @@ DEPENDENCIES
druid-tools
faraday
fastimage
honeybadger
honeybadger!
jbuilder (~> 2.0)
jquery-rails
mini_magick
Expand Down

0 comments on commit 39fa093

Please sign in to comment.