From 0ca803ec4a931a40e176ffb1e5b80b8b76d244ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 11:59:00 -0500 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4a0cd98aa..8c2d6dd18 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 4ec2cbd07..70d27059c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)