From 2ef88459cbae1953636a8b282a9902ade85fc9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:38:44 +0000 Subject: [PATCH] Bump ahoy_matey from 4.2.1 to 5.0.2 Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 4.2.1 to 5.0.2. - [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy/compare/v4.2.1...v5.0.2) --- updated-dependencies: - dependency-name: ahoy_matey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 866149f62..a3bfffd8a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "rails", "6.1.7.7" gem "acts-as-taggable-on", "~> 10.0.0" gem "acts_as_votable", "~> 0.14.0" -gem "ahoy_matey", "~> 4.2.1" +gem "ahoy_matey", "~> 5.0.2" gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index eba26fcda..4e99387cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,10 +72,10 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) - ahoy_matey (4.2.1) - activesupport (>= 5.2) - device_detector - safely_block (>= 0.2.1) + ahoy_matey (5.0.2) + activesupport (>= 6.1) + device_detector (>= 1) + safely_block (>= 0.4) airbrake (13.0.4) airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) @@ -185,7 +185,7 @@ GEM delayed_job_active_record (4.1.8) activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) - device_detector (1.1.1) + device_detector (1.1.2) devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -703,7 +703,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 10.0.0) acts_as_votable (~> 0.14.0) - ahoy_matey (~> 4.2.1) + ahoy_matey (~> 5.0.2) airbrake (~> 13.0.4) ancestry (~> 4.3.3) audited (~> 5.4.3)