diff --git a/Gemfile b/Gemfile index 786c80466..d28ed929e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "6.1.7.7" gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 4.2.1" -gem "airbrake", "~> 13.0.2" +gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.4.0" gem "autoprefixer-rails", "~> 8.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3a2663f90..73c61493b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,10 @@ GEM activesupport (>= 5.2) device_detector safely_block (>= 0.2.1) - airbrake (13.0.3) + airbrake (13.0.4) airbrake-ruby (~> 6.0) - airbrake-ruby (6.2.0) - rbtree3 (~> 0.5) + airbrake-ruby (6.2.2) + rbtree3 (~> 0.6) airbrussh (1.4.2) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.1) @@ -492,7 +492,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rbtree3 (0.7.0) + rbtree3 (0.7.1) recipient_interceptor (0.3.1) mail redcarpet (3.6.0) @@ -692,7 +692,7 @@ DEPENDENCIES acts-as-taggable-on (~> 9.0.1) acts_as_votable (~> 0.14.0) ahoy_matey (~> 4.2.1) - airbrake (~> 13.0.2) + airbrake (~> 13.0.4) ancestry (~> 4.3.3) audited (~> 5.4.0) autoprefixer-rails (~> 8.2.0)