diff --git a/Gemfile b/Gemfile index c28e2abe0..bb6e89861 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,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.3.0" # Monitoring and Observability gem +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 gem "httparty", "~> 0.18" # Makes http fun! Also, makes consuming restful web services dead easy diff --git a/Gemfile.lock b/Gemfile.lock index f424627c6..d9576f822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM heapy (0.2.0) thor honeybadger (4.7.2) - honeycomb-beeline (2.3.0) + honeycomb-beeline (2.4.0) libhoney (~> 1.14, >= 1.14.2) html_tokenizer (0.0.7) html_truncator (0.4.2) @@ -425,7 +425,7 @@ GEM rake launchy (2.5.0) addressable (~> 2.7) - libhoney (1.16.1) + libhoney (1.17.0) addressable (~> 2.0) http (>= 2.0, < 5.0) libv8 (8.4.255.0) @@ -890,7 +890,7 @@ DEPENDENCIES guard-livereload (~> 2.5) guard-rspec (~> 4.7) honeybadger (~> 4.7) - honeycomb-beeline (~> 2.3.0) + honeycomb-beeline (~> 2.4.0) html_truncator (~> 0.4) htmlentities (~> 4.3, >= 4.3.4) httparty (~> 0.18) diff --git a/vendor/cache/honeycomb-beeline-2.3.0.gem b/vendor/cache/honeycomb-beeline-2.3.0.gem deleted file mode 100644 index 425788f0e..000000000 Binary files a/vendor/cache/honeycomb-beeline-2.3.0.gem and /dev/null differ diff --git a/vendor/cache/honeycomb-beeline-2.4.0.gem b/vendor/cache/honeycomb-beeline-2.4.0.gem new file mode 100644 index 000000000..d700d274a Binary files /dev/null and b/vendor/cache/honeycomb-beeline-2.4.0.gem differ diff --git a/vendor/cache/libhoney-1.16.1.gem b/vendor/cache/libhoney-1.16.1.gem deleted file mode 100644 index 673c8d582..000000000 Binary files a/vendor/cache/libhoney-1.16.1.gem and /dev/null differ diff --git a/vendor/cache/libhoney-1.17.0.gem b/vendor/cache/libhoney-1.17.0.gem new file mode 100644 index 000000000..a7ad88c01 Binary files /dev/null and b/vendor/cache/libhoney-1.17.0.gem differ