From 39d763ebbd48ed7b27f7bdbae8a0325efa336d88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sat, 1 Jun 2019 02:14:31 +0000 Subject: [PATCH] Bump ahoy_matey from 1.6.1 to 3.0.0 Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 1.6.1 to 3.0.0. - [Release notes](https://github.com/ankane/ahoy/releases) - [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy/compare/v1.6.1...v3.0.0) --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++----------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 0b965ac3e..0d28664c4 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'lograge', '~> 0.11' # Less verbose Rails log in production gem 'puma', '~> 3.12' # App server # Analytics -gem 'ahoy_matey', '~> 1.6' +gem 'ahoy_matey', '~> 3.0' # STORAGE gem 'aws-sdk-s3', '~> 1.36' # Upload images to AWS S3 diff --git a/Gemfile.lock b/Gemfile.lock index 2505e8e77..a20b8e8da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,17 +82,11 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - ahoy_matey (1.6.1) - addressable - browser (~> 2.0) - geocoder - rack-attack (< 6) - railties - referer-parser (>= 0.3.0) - request_store - safely_block (>= 0.1.1) - user_agent_parser - uuidtools + ahoy_matey (3.0.0) + activesupport (>= 5) + device_detector + geocoder (>= 1.4.5) + safely_block (>= 0.2.1) airbrake (9.2.1) airbrake-ruby (~> 4.3) airbrake-ruby (4.3.0) @@ -146,7 +140,6 @@ GEM safely_block (>= 0.1.1) bootsnap (1.4.4) msgpack (~> 1.0) - browser (2.5.2) builder (3.2.3) bullet (6.0.0) activesupport (>= 3.0.0) @@ -192,6 +185,7 @@ GEM rack (>= 1) rake (> 10, < 13) thor (~> 0.19) + device_detector (1.0.1) diff-lcs (1.3) docile (1.3.0) domain_name (0.5.20180417) @@ -558,7 +552,7 @@ GEM ast (~> 2.4.0) personnummer (0.1.0) pg (1.1.4) - public_suffix (3.0.3) + public_suffix (3.1.0) puma (3.12.1) pundit (2.0.1) activesupport (>= 3.0.0) @@ -628,7 +622,6 @@ GEM redis-store (>= 1.3, < 2) redis-store (1.5.0) redis (>= 2.2, < 5) - referer-parser (0.3.0) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -742,8 +735,6 @@ GEM unicode-display_width (1.5.0) unicode_utils (1.4.0) uniform_notifier (1.12.1) - user_agent_parser (2.4.1) - uuidtools (2.1.5) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) @@ -771,7 +762,7 @@ DEPENDENCIES active_admin_theme (~> 1.0) active_model_serializers (~> 0.10) activeadmin (~> 1.4.3, >= 1.4.3) - ahoy_matey (~> 1.6) + ahoy_matey (~> 3.0) airbrake (~> 9.2) ancestry (~> 3.0) annotate (~> 2.7)