diff --git a/Gemfile b/Gemfile index 8b5eb2854..b8fc1a5e1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "7.0.8.6" gem "acts-as-taggable-on", "~> 11.0.0" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.2.0" -gem "airbrake", "~> 13.0.4" +gem "airbrake", "~> 13.0.5" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.7.0" gem "autoprefixer-rails", "~> 10.4.19" diff --git a/Gemfile.lock b/Gemfile.lock index f7088c948..921704c20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM activesupport (>= 6.1) device_detector (>= 1) safely_block (>= 0.4) - airbrake (13.0.4) + airbrake (13.0.5) airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) @@ -707,7 +707,7 @@ DEPENDENCIES acts-as-taggable-on (~> 11.0.0) acts_as_votable (~> 0.14.0) ahoy_matey (~> 5.2.0) - airbrake (~> 13.0.4) + airbrake (~> 13.0.5) ancestry (~> 4.3.3) audited (~> 5.7.0) autoprefixer-rails (~> 10.4.19)