Skip to content

Commit

Permalink
Merge pull request #4168 from sul-dlss/new-hb-branch-may-i-ask-who-th…
Browse files Browse the repository at this point in the history
…is-is-please

point honeybadger to master branch
  • Loading branch information
justinlittman committed Aug 2, 2022
2 parents 44be8b4 + 9a9f494 commit 76292b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ gem 'equivalent-xml' # for diffing MODS
gem 'faraday', '~> 2.0'
gem 'faraday-retry'

# Fix for https://github.com/honeybadger-io/honeybadger-ruby/issues/435
gem 'honeybadger', github: 'honeybadger-io/honeybadger-ruby', branch: 'fix-invalid-sessions'
# Fix for https://github.com/honeybadger-io/honeybadger-ruby/issues/435 (fix has been merged to master, but a new gem release has yet to be cut)
gem 'honeybadger', github: 'honeybadger-io/honeybadger-ruby', branch: 'master'

gem 'jbuilder'
gem 'jsonpath', '~> 1.1' # used for metadata reports
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/honeybadger-io/honeybadger-ruby.git
revision: 887592a3aab27735e6a1f83446347ea5c50d9736
branch: fix-invalid-sessions
revision: 77542a6d5978c9042d47c699f1f13987c27b1953
branch: master
specs:
honeybadger (4.12.1)

Expand Down

0 comments on commit 76292b0

Please sign in to comment.