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)