Bump honeybadger from 4.5.2 to 4.5.4 (#5213) [deploy]
Bumps [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) from 4.5.2 to 4.5.4. - [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.5.2...v4.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
31d51999df
commit
0ca803ec4a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -46,7 +46,7 @@ gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically co
|
|||
gem "gemoji", "~> 3.0.1" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.3" # API wrapper for MailChimp's API
|
||||
gem "google-api-client", "~> 0.36" # Client for accessing Google APIs
|
||||
gem "honeybadger", "~> 4.0" # Used for tracking application errors
|
||||
gem "honeybadger", "~> 4.5" # Used for tracking application errors
|
||||
gem "honeycomb-beeline", "~> 1.3.0" # Monitoring and Observability gem
|
||||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
gem "htmlentities", "~> 4.3", ">= 4.3.4"
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ GEM
|
|||
hashdiff (1.0.0)
|
||||
hashie (3.6.0)
|
||||
heapy (0.1.4)
|
||||
honeybadger (4.5.2)
|
||||
honeybadger (4.5.4)
|
||||
honeycomb-beeline (1.3.0)
|
||||
libhoney (~> 1.8)
|
||||
html_tokenizer (0.0.7)
|
||||
|
|
@ -911,7 +911,7 @@ DEPENDENCIES
|
|||
guard (~> 2.16)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
honeybadger (~> 4.0)
|
||||
honeybadger (~> 4.5)
|
||||
honeycomb-beeline (~> 1.3.0)
|
||||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue