diff --git a/Gemfile b/Gemfile index ebbc40c37..35bb31ce5 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically co 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 "honeycomb-beeline", "~> 2.1.0" # Monitoring and Observability gem +gem "honeycomb-beeline", "~> 2.1.1" # 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 gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy diff --git a/Gemfile.lock b/Gemfile.lock index 2cdd7515d..1a1eb6a01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -410,7 +410,7 @@ GEM hashie (4.1.0) heapy (0.1.4) honeybadger (4.7.0) - honeycomb-beeline (2.1.0) + honeycomb-beeline (2.1.1) libhoney (~> 1.14, >= 1.14.2) html_tokenizer (0.0.7) html_truncator (0.4.2) @@ -941,7 +941,7 @@ DEPENDENCIES guard-livereload (~> 2.5) guard-rspec (~> 4.7) honeybadger (~> 4.7) - honeycomb-beeline (~> 2.1.0) + honeycomb-beeline (~> 2.1.1) html_truncator (~> 0.4) htmlentities (~> 4.3, >= 4.3.4) httparty (~> 0.18) diff --git a/vendor/cache/honeycomb-beeline-2.1.0.gem b/vendor/cache/honeycomb-beeline-2.1.0.gem deleted file mode 100644 index 103077711..000000000 Binary files a/vendor/cache/honeycomb-beeline-2.1.0.gem and /dev/null differ diff --git a/vendor/cache/honeycomb-beeline-2.1.1.gem b/vendor/cache/honeycomb-beeline-2.1.1.gem new file mode 100644 index 000000000..18bf0e9e6 Binary files /dev/null and b/vendor/cache/honeycomb-beeline-2.1.1.gem differ