diff --git a/Gemfile b/Gemfile index 38afdac96..13d832f88 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.0.2" gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" -gem "audited", "~> 5.4.3" +gem "audited", "~> 5.7.0" gem "autoprefixer-rails", "~> 10.4.19" gem "bing_translator", "~> 6.2.0" gem "cancancan", "~> 3.6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0e23a35f4..ba90b80e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,9 +91,9 @@ GEM ancestry (4.3.3) activerecord (>= 5.2.6) ast (2.4.2) - audited (5.4.3) - activerecord (>= 5.0, < 7.2) - request_store (~> 1.2) + audited (5.7.0) + activerecord (>= 5.2, < 8.0) + activesupport (>= 5.2, < 8.0) autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) @@ -509,7 +509,7 @@ GEM regexp_parser (2.9.2) reline (0.5.1) io-console (~> 0.5) - request_store (1.6.0) + request_store (1.7.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) @@ -703,7 +703,7 @@ DEPENDENCIES ahoy_matey (~> 5.0.2) airbrake (~> 13.0.4) ancestry (~> 4.3.3) - audited (~> 5.4.3) + audited (~> 5.7.0) autoprefixer-rails (~> 10.4.19) bing_translator (~> 6.2.0) cancancan (~> 3.6.1)