Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #463 from sul-dlss/honeybadger
Browse files Browse the repository at this point in the history
Use a fixed version of honeybadger
  • Loading branch information
ndushay authored Aug 17, 2020
2 parents 697dcca + 6f24438 commit 5537130
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 @@ -79,5 +79,8 @@ group :deployment do
gem 'dlss-capistrano'
end

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

gem 'rsolr', '~> 2.2'
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 @@ -281,7 +288,6 @@ GEM
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
honeybadger (4.7.1)
hooks (0.4.1)
uber (~> 0.0.14)
htmlentities (4.3.4)
Expand Down Expand Up @@ -600,7 +606,7 @@ DEPENDENCIES
dynamic_form
equivalent-xml
factory_bot_rails
honeybadger
honeybadger!
iso-639 (~> 0.2.10)
jquery-rails
launchy
Expand Down

0 comments on commit 5537130

Please sign in to comment.