diff --git a/Gemfile b/Gemfile index 0c82be9c2..5bbc15302 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,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.2" # Monitoring and Observability gem +gem "honeycomb-beeline", "~> 2.2.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 8423adfab..135164fa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -371,7 +371,7 @@ GEM hashie (4.1.0) heapy (0.1.4) honeybadger (4.7.2) - honeycomb-beeline (2.1.2) + honeycomb-beeline (2.2.0) libhoney (~> 1.14, >= 1.14.2) html_tokenizer (0.0.7) html_truncator (0.4.2) @@ -529,7 +529,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (4.3.6) nio4r (~> 2.0) pundit (2.1.0) @@ -905,7 +905,7 @@ DEPENDENCIES guard-livereload (~> 2.5) guard-rspec (~> 4.7) honeybadger (~> 4.7) - honeycomb-beeline (~> 2.1.2) + honeycomb-beeline (~> 2.2.0) html_truncator (~> 0.4) htmlentities (~> 4.3, >= 4.3.4) httparty (~> 0.18) diff --git a/vendor/cache/honeycomb-beeline-2.1.2.gem b/vendor/cache/honeycomb-beeline-2.1.2.gem deleted file mode 100644 index 1ec704d21..000000000 Binary files a/vendor/cache/honeycomb-beeline-2.1.2.gem and /dev/null differ diff --git a/vendor/cache/honeycomb-beeline-2.2.0.gem b/vendor/cache/honeycomb-beeline-2.2.0.gem new file mode 100644 index 000000000..c399d9fde Binary files /dev/null and b/vendor/cache/honeycomb-beeline-2.2.0.gem differ diff --git a/vendor/cache/public_suffix-4.0.5.gem b/vendor/cache/public_suffix-4.0.5.gem deleted file mode 100644 index 734ba3f84..000000000 Binary files a/vendor/cache/public_suffix-4.0.5.gem and /dev/null differ diff --git a/vendor/cache/public_suffix-4.0.6.gem b/vendor/cache/public_suffix-4.0.6.gem new file mode 100644 index 000000000..6f183f4b3 Binary files /dev/null and b/vendor/cache/public_suffix-4.0.6.gem differ