diff --git a/Gemfile b/Gemfile index c4faf0adf..0f000f94f 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,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.1" # Monitoring and Observability gem +gem "honeycomb-beeline", "~> 2.1.2" # 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 d15643f75..eec2f79db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -373,7 +373,7 @@ GEM hashie (4.1.0) heapy (0.1.4) honeybadger (4.7.2) - honeycomb-beeline (2.1.1) + honeycomb-beeline (2.1.2) libhoney (~> 1.14, >= 1.14.2) html_tokenizer (0.0.7) html_truncator (0.4.2) @@ -440,7 +440,7 @@ GEM rake launchy (2.5.0) addressable (~> 2.7) - libhoney (1.14.4) + libhoney (1.14.5) addressable (~> 2.0) http (>= 2.0, < 5.0) libv8 (8.4.255.0) @@ -907,7 +907,7 @@ DEPENDENCIES guard-livereload (~> 2.5) guard-rspec (~> 4.7) honeybadger (~> 4.7) - honeycomb-beeline (~> 2.1.1) + honeycomb-beeline (~> 2.1.2) html_truncator (~> 0.4) htmlentities (~> 4.3, >= 4.3.4) httparty (~> 0.18) diff --git a/vendor/cache/honeycomb-beeline-2.1.1.gem b/vendor/cache/honeycomb-beeline-2.1.1.gem deleted file mode 100644 index 18bf0e9e6..000000000 Binary files a/vendor/cache/honeycomb-beeline-2.1.1.gem and /dev/null differ diff --git a/vendor/cache/honeycomb-beeline-2.1.2.gem b/vendor/cache/honeycomb-beeline-2.1.2.gem new file mode 100644 index 000000000..1ec704d21 Binary files /dev/null and b/vendor/cache/honeycomb-beeline-2.1.2.gem differ diff --git a/vendor/cache/libhoney-1.14.4.gem b/vendor/cache/libhoney-1.14.4.gem deleted file mode 100644 index 6e3b5c34e..000000000 Binary files a/vendor/cache/libhoney-1.14.4.gem and /dev/null differ diff --git a/vendor/cache/libhoney-1.14.5.gem b/vendor/cache/libhoney-1.14.5.gem new file mode 100644 index 000000000..d79180ea6 Binary files /dev/null and b/vendor/cache/libhoney-1.14.5.gem differ