Bump honeybadger from 4.6.0 to 4.7.0 (#8326)
* Bump honeybadger from 4.6.0 to 4.7.0 Bumps [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) from 4.6.0 to 4.7.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.6.0...v4.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump honeybadger from 4.6.0 to 4.7.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
f712a71f8b
commit
a89b191cdc
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -50,7 +50,7 @@ gem "fog-aws", "~> 3.6" # 'fog' gem to support Amazon Web Services
|
|||
gem "front_matter_parser", "~> 0.2" # 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.6" # Used for tracking application errors
|
||||
gem "honeybadger", "~> 4.7" # Used for tracking application errors
|
||||
gem "honeycomb-beeline", "~> 2.0.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
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ GEM
|
|||
hashdiff (1.0.1)
|
||||
hashie (4.1.0)
|
||||
heapy (0.1.4)
|
||||
honeybadger (4.6.0)
|
||||
honeybadger (4.7.0)
|
||||
honeycomb-beeline (2.0.0)
|
||||
libhoney (~> 1.14, >= 1.14.2)
|
||||
html_tokenizer (0.0.7)
|
||||
|
|
@ -928,7 +928,7 @@ DEPENDENCIES
|
|||
guard (~> 2.16)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
honeybadger (~> 4.6)
|
||||
honeybadger (~> 4.7)
|
||||
honeycomb-beeline (~> 2.0.0)
|
||||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
|
|
|
|||
BIN
vendor/cache/honeybadger-4.6.0.gem
vendored
BIN
vendor/cache/honeybadger-4.6.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/honeybadger-4.7.0.gem
vendored
Normal file
BIN
vendor/cache/honeybadger-4.7.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue