diff --git a/Gemfile b/Gemfile index 3624ccdcc42f..9dcb3c08222c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "6.0.5.1" gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.13.2" gem "ahoy_matey", "~> 3.2.0" -gem "airbrake", "~> 11.0.3" +gem "airbrake", "~> 13.0.2" gem "ancestry", "~> 4.2.0" gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index d6a4c7478797..0bd8c8e05971 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,9 +67,9 @@ GEM device_detector geocoder (>= 1.4.5) safely_block (>= 0.2.1) - airbrake (11.0.3) - airbrake-ruby (~> 5.1) - airbrake-ruby (5.2.1) + airbrake (13.0.2) + airbrake-ruby (~> 6.0) + airbrake-ruby (6.1.1) rbtree3 (~> 0.5) airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) @@ -518,7 +518,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rbtree3 (0.6.0) + rbtree3 (0.7.0) recipient_interceptor (0.3.0) mail redcarpet (3.5.1) @@ -707,7 +707,7 @@ DEPENDENCIES acts-as-taggable-on (~> 9.0.1) acts_as_votable (~> 0.13.2) ahoy_matey (~> 3.2.0) - airbrake (~> 11.0.3) + airbrake (~> 13.0.2) ancestry (~> 4.2.0) audited (~> 5.0.1) autoprefixer-rails (~> 8.2.0)