From 252780635dbe6d2c78fd90d50ca49c6b57cb4c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 14:17:45 +0000 Subject: [PATCH] Bump ahoy_matey from 5.2.0 to 5.3.0 Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 5.2.0 to 5.3.0. - [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: ahoy_matey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3e7367000..f8bab6307 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "7.1.5.1" gem "acts-as-taggable-on", "~> 11.0.0" gem "acts_as_votable", "~> 0.14.0" -gem "ahoy_matey", "~> 5.2.0" +gem "ahoy_matey", "~> 5.4.0" gem "airbrake", "~> 13.0.5" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 55a51d767..84595e828 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,8 +86,8 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) afm (0.2.2) - ahoy_matey (5.2.0) - activesupport (>= 6.1) + ahoy_matey (5.4.0) + activesupport (>= 7.1) device_detector (>= 1) safely_block (>= 0.4) airbrake (13.0.5) @@ -739,7 +739,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 11.0.0) acts_as_votable (~> 0.14.0) - ahoy_matey (~> 5.2.0) + ahoy_matey (~> 5.4.0) airbrake (~> 13.0.5) ancestry (~> 4.3.3) audited (~> 5.8.0)