Skip to content

Commit

Permalink
Update honeybadger client to latest (#913)
Browse files Browse the repository at this point in the history
This will get us new error reporting features like breadcrumbs.
  • Loading branch information
bess committed May 19, 2021
1 parent b8c2221 commit d6b3822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gem 'webpacker', '>= 4.0.x'

# PUL Assets
gem 'dalli'
gem 'honeybadger', '~> 2.0'
gem 'honeybadger'
gem 'nokogiri', '~> 1.11.4'
gem 'pul-assets', github: 'pulibrary/pul_assets', ref: '84dc633f5ff39167b4f7e7acf2517fffda630f0f'
gem 'ruby-prof', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
graphql (~> 1.6)
hashdiff (1.0.0)
hashie (3.5.7)
honeybadger (2.7.2)
honeybadger (4.8.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
i18n-active_record (0.4.0)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
devise_invitable
factory_bot_rails
graphql-client
honeybadger (~> 2.0)
honeybadger
iiif-presentation
iso-639
jbuilder (~> 2.0)
Expand Down

0 comments on commit d6b3822

Please sign in to comment.