Bump honeybadger from 4.7.3 to 4.8.0 (#13038) [deploy]
Bumps [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) from 4.7.3 to 4.8.0. - [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases) - [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/honeybadger-io/honeybadger-ruby/compare/v4.7.3...v4.8.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
33d0e03dbd
commit
e36d89c291
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ gem "fog-aws", "~> 3.9" # 'fog' gem to support Amazon Web Services
|
|||
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc2" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.3" # API wrapper for MailChimp's API
|
||||
gem "honeybadger", "~> 4.7" # Used for tracking application errors
|
||||
gem "honeybadger", "~> 4.8" # Used for tracking application errors
|
||||
gem "honeycomb-beeline", "~> 2.4.0" # Monitoring and Observability gem
|
||||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ GEM
|
|||
thor
|
||||
hiredis (0.6.3)
|
||||
hkdf (0.3.0)
|
||||
honeybadger (4.7.3)
|
||||
honeybadger (4.8.0)
|
||||
honeycomb-beeline (2.4.0)
|
||||
libhoney (~> 1.14, >= 1.14.2)
|
||||
html_tokenizer (0.0.7)
|
||||
|
|
@ -936,7 +936,7 @@ DEPENDENCIES
|
|||
guard (~> 2.16)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
honeybadger (~> 4.7)
|
||||
honeybadger (~> 4.8)
|
||||
honeycomb-beeline (~> 2.4.0)
|
||||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
|
|
|
|||
BIN
vendor/cache/honeybadger-4.7.3.gem
vendored
BIN
vendor/cache/honeybadger-4.7.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/honeybadger-4.8.0.gem
vendored
Normal file
BIN
vendor/cache/honeybadger-4.8.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue