diff --git a/Gemfile b/Gemfile index 3624ccdcc..6e4918d5e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.13.2" gem "ahoy_matey", "~> 3.2.0" gem "airbrake", "~> 11.0.3" gem "ancestry", "~> 4.2.0" -gem "audited", "~> 5.0.1" +gem "audited", "~> 5.0.2" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 3.3.0" gem "caxlsx", "~> 3.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index d6a4c7478..3d2e80401 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,8 +79,8 @@ GEM ancestry (4.2.0) activerecord (>= 5.2.6) ast (2.4.2) - audited (5.0.1) - activerecord (>= 5.0, < 6.2) + audited (5.0.2) + activerecord (>= 5.0, < 7.1) autoprefixer-rails (8.2.0) execjs babel-source (5.8.35) @@ -709,7 +709,7 @@ DEPENDENCIES ahoy_matey (~> 3.2.0) airbrake (~> 11.0.3) ancestry (~> 4.2.0) - audited (~> 5.0.1) + audited (~> 5.0.2) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.4) byebug (~> 11.1.3)