diff --git a/Gemfile b/Gemfile index e53770afb..791ad07e2 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,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 "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 c16bbad0d..d6285cfb7 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) @@ -495,7 +495,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) @@ -693,7 +693,7 @@ DEPENDENCIES acts-as-taggable-on (~> 10.0.0) 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)